#B67C18

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

Shades of Dark Goldenrod #B67C18

Tints of Dark Goldenrod #B67C18

Color information

#B67C18 (or 0xB67C18) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 7C and 18. RGB value is (182,124,24). Sum of RGB (Red+Green+Blue) = 182+124+24=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67C18 is #4983E7. Grayscale: #828282. Windows color (decimal): -4817896 or 1604790. OLE color: 1604790.

HSL color Cylindrical-coordinate representation of color #B67C18: hue angle of 37.97º degrees, saturation: 0.77, 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 #B67C18 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB18212424-
CMYK00.320.870.29
HSL37.97º76.7%40.39%-
HSV(B)37.97º86.81%71.37%-
XYZ26.6624.434.17-
YUV129.9468.22165.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.15%
GREEN value IS 124 (48.83% from 255) = 37.58%
BLUE value IS 24 (9.77% from 255) = 7.27%
R=55.15%
G=37.58%
B=7.27%

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
Decimal1821242400.320.870.2937.9776.740.39
HexB67C18020571D264d28
Octal26617430040127354611550
Binary1011011011111001100001000001010111111011001101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67C18; }

 p { color: rgb(182,124,24); }

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

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

 a { background-color: rgb(182,124,24); }

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

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

 span { border-color: rgb(182,124,24); }

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