#B3940E

Color #B3940E Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #B3940E

Tints of Buddha Gold #B3940E

Color information

#B3940E (or 0xB3940E) is unknown color: approx Buddha Gold. HEX triplet: B3, 94 and 0E. RGB value is (179,148,14). Sum of RGB (Red+Green+Blue) = 179+148+14=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B3940E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3940E is #4C6BF1. Grayscale: #8E8E8E. Windows color (decimal): -5008370 or 955571. OLE color: 955571.

HSL color Cylindrical-coordinate representation of color #B3940E: hue angle of 48.73º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3940E is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB17914814-
CMYK00.170.920.30
HSL48.73º85.49%37.84%-
HSV(B)48.73º92.18%70.2%-
XYZ29.2630.84.82-
YUV141.9955.77154.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 52.49%
GREEN value IS 148 (58.20% from 255) = 43.40%
BLUE value IS 14 (5.86% from 255) = 4.11%
R=52.49%
G=43.40%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791481400.170.920.3048.7385.4937.84
HexB394E0115C1E315526
Octal26322416021134366112546
Binary101100111001010011100100011011100111101100011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3940E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3940E; }

 p { color: rgb(179,148,14); }

 H1.HeaderClassName
 {
   color: #B3940E;
 }
 .AnyTagClassName
 {
   color: #B3940E;
 }
</style>
background-color css

<style>
 a { background-color: #B3940E; }

 a { background-color: rgb(179,148,14); }

 div.DivClassName
 {
   background-color: #B3940E;
 }
 .BgClassName
 {
   background-color: #B3940E;
 }
</style>
border-color css

<style>
 span { border-color: #B3940E; }

 span { border-color: rgb(179,148,14); }

 td.TdClassName
 {
   border-color: #B3940E;
 }
 .TagClassName
 {
   border-color: #B3940E;
 }
</style>