#B38E18

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

Shades of Buddha Gold #B38E18

Tints of Buddha Gold #B38E18

Color information

#B38E18 (or 0xB38E18) is unknown color: approx Buddha Gold. HEX triplet: B3, 8E and 18. RGB value is (179,142,24). Sum of RGB (Red+Green+Blue) = 179+142+24=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38E18 is #4C71E7. Grayscale: #8C8C8C. Windows color (decimal): -5009896 or 1609395. OLE color: 1609395.

HSL color Cylindrical-coordinate representation of color #B38E18: hue angle of 45.68º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B38E18 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB17914224-
CMYK00.210.870.30
HSL45.68º76.35%39.8%-
HSV(B)45.68º86.59%70.2%-
XYZ28.43294.96-
YUV139.6162.76156.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.88%
GREEN value IS 142 (55.86% from 255) = 41.16%
BLUE value IS 24 (9.77% from 255) = 6.96%
R=51.88%
G=41.16%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791422400.210.870.3045.6876.3539.8
HexB38E18015571E2e4c28
Octal26321630025127365611450
Binary1011001110001110110000101011010111111101011101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38E18; }

 p { color: rgb(179,142,24); }

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

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

 a { background-color: rgb(179,142,24); }

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

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

 span { border-color: rgb(179,142,24); }

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