#B68308

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

Shades of Dark Goldenrod #B68308

Tints of Dark Goldenrod #B68308

Color information

#B68308 (or 0xB68308) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 83 and 08. RGB value is (182,131,8). Sum of RGB (Red+Green+Blue) = 182+131+8=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B68308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68308 is #497CF7. Grayscale: #848484. Windows color (decimal): -4816120 or 558006. OLE color: 558006.

HSL color Cylindrical-coordinate representation of color #B68308: hue angle of 42.41º 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 #B68308 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB1821318-
CMYK00.280.960.29
HSL42.41º91.58%37.25%-
HSV(B)42.41º95.6%71.37%-
XYZ27.4526.23.84-
YUV132.2357.9163.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.70%
GREEN value IS 131 (51.56% from 255) = 40.81%
BLUE value IS 8 (3.52% from 255) = 2.49%
R=56.70%
G=40.81%
B=2.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182131800.280.960.2942.4191.5837.25
HexB683801C601D2a5c25
Octal26620310034140355213445
Binary101101101000001110000111001100000111011010101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68308; }

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

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

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

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

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

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

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

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