#B38A18

Color #B38A18 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #B38A18

Tints of Dark Goldenrod #B38A18

Color information

#B38A18 (or 0xB38A18) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 8A and 18. RGB value is (179,138,24). Sum of RGB (Red+Green+Blue) = 179+138+24=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38A18 is #4C75E7. Grayscale: #898989. Windows color (decimal): -5010920 or 1608371. OLE color: 1608371.

HSL color Cylindrical-coordinate representation of color #B38A18: hue angle of 44.13º 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 #B38A18 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB17913824-
CMYK00.230.870.30
HSL44.13º76.35%39.8%-
HSV(B)44.13º86.59%70.2%-
XYZ27.8427.834.77-
YUV137.2664.08157.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.49%
GREEN value IS 138 (54.30% from 255) = 40.47%
BLUE value IS 24 (9.77% from 255) = 7.04%
R=52.49%
G=40.47%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791382400.230.870.3044.1376.3539.8
HexB38A18017571E2c4c28
Octal26321230027127365411450
Binary1011001110001010110000101111010111111101011001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38A18; }

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

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

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

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

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

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

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

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