#B67208

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

Shades of Dark Goldenrod #B67208

Tints of Dark Goldenrod #B67208

Color information

#B67208 (or 0xB67208) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 72 and 08. RGB value is (182,114,8). Sum of RGB (Red+Green+Blue) = 182+114+8=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B67208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67208 is #498DF7. Grayscale: #7A7A7A. Windows color (decimal): -4820472 or 553654. OLE color: 553654.

HSL color Cylindrical-coordinate representation of color #B67208: hue angle of 36.55º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B67208 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB1821148-
CMYK00.370.960.29
HSL36.55º91.58%37.25%-
HSV(B)36.55º95.6%71.37%-
XYZ25.35223.14-
YUV122.2563.53170.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.87%
GREEN value IS 114 (44.92% from 255) = 37.5%
BLUE value IS 8 (3.52% from 255) = 2.63%
R=59.87%
G=37.5%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182114800.370.960.2936.5591.5837.25
HexB6728025601D255c25
Octal26616210045140354513445
Binary101101101110010100001001011100000111011001011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67208; }

 p { color: rgb(182,114,8); }

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

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

 a { background-color: rgb(182,114,8); }

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

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

 span { border-color: rgb(182,114,8); }

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