#B47B18

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

Shades of Dark Goldenrod #B47B18

Tints of Dark Goldenrod #B47B18

Color information

#B47B18 (or 0xB47B18) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 7B and 18. RGB value is (180,123,24). Sum of RGB (Red+Green+Blue) = 180+123+24=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47B18 is #4B84E7. Grayscale: #818181. Windows color (decimal): -4949224 or 1604532. OLE color: 1604532.

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

Color convert

RGB18012324-
CMYK00.320.870.29
HSL38.08º76.47%40%-
HSV(B)38.08º86.67%70.59%-
XYZ26.0723.944.11-
YUV128.7668.88164.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.05%
GREEN value IS 123 (48.44% from 255) = 37.61%
BLUE value IS 24 (9.77% from 255) = 7.34%
R=55.05%
G=37.61%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801232400.320.870.2938.0876.4740
HexB47B18020571D264c28
Octal26417330040127354611450
Binary1011010011110111100001000001010111111011001101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B18; }

 p { color: rgb(180,123,24); }

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

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

 a { background-color: rgb(180,123,24); }

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

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

 span { border-color: rgb(180,123,24); }

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