#B68011

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

Shades of Dark Goldenrod #B68011

Tints of Dark Goldenrod #B68011

Color information

#B68011 (or 0xB68011) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 80 and 11. RGB value is (182,128,17). Sum of RGB (Red+Green+Blue) = 182+128+17=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B68011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68011 is #497FEE. Grayscale: #838383. Windows color (decimal): -4816879 or 1147062. OLE color: 1147062.

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

Color convert

RGB18212817-
CMYK00.300.910.29
HSL40.36º82.91%39.02%-
HSV(B)40.36º90.66%71.37%-
XYZ27.1125.424.01-
YUV131.4963.39164.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.66%
GREEN value IS 128 (50.39% from 255) = 39.14%
BLUE value IS 17 (7.03% from 255) = 5.20%
R=55.66%
G=39.14%
B=5.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821281700.300.910.2940.3682.9139.02
HexB6801101E5B1D285327
Octal26620021036133355012347
Binary1011011010000000100010111101011011111011010001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68011; }

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

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

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

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

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

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

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

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