#B68012

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

Shades of Dark Goldenrod #B68012

Tints of Dark Goldenrod #B68012

Color information

#B68012 (or 0xB68012) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 80 and 12. RGB value is (182,128,18). Sum of RGB (Red+Green+Blue) = 182+128+18=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B68012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68012 is #497FED. Grayscale: #848484. Windows color (decimal): -4816878 or 1212598. OLE color: 1212598.

HSL color Cylindrical-coordinate representation of color #B68012: hue angle of 40.24º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B68012 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB18212818-
CMYK00.300.900.29
HSL40.24º82%39.22%-
HSV(B)40.24º90.11%71.37%-
XYZ27.1225.434.05-
YUV131.6163.89163.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.49%
GREEN value IS 128 (50.39% from 255) = 39.02%
BLUE value IS 18 (7.42% from 255) = 5.49%
R=55.49%
G=39.02%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821281800.300.900.2940.248239.22
HexB6801201E5A1D285227
Octal26620022036132355012247
Binary1011011010000000100100111101011010111011010001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68012; }

 p { color: rgb(182,128,18); }

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

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

 a { background-color: rgb(182,128,18); }

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

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

 span { border-color: rgb(182,128,18); }

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