#b68e0c

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

Shades of Dark Goldenrod #B68E0C

Tints of Dark Goldenrod #B68E0C

Color information

#B68E0C (or 0xB68E0C) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 8E and 0C. RGB value is (182,142,12). Sum of RGB (Red+Green+Blue) = 182+142+12=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68E0C is #4971F3. Grayscale: #8B8B8B. Windows color (decimal): -4813300 or 822966. OLE color: 822966.

HSL color Cylindrical-coordinate representation of color #B68E0C: hue angle of 45.88º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B68E0C is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB18214212-
CMYK00.220.930.29
HSL45.88º87.63%38.04%-
HSV(B)45.88º93.41%71.37%-
XYZ29.0329.324.48-
YUV139.1456.25158.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.17%
GREEN value IS 142 (55.86% from 255) = 42.26%
BLUE value IS 12 (5.08% from 255) = 3.57%
R=54.17%
G=42.26%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821421200.220.930.2945.8887.6338.04
HexB68EC0165D1D2e5826
Octal26621614026135355613046
Binary101101101000111011000101101011101111011011101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b68e0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b68e0c; }

 p { color: rgb(182,142,12); }

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

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

 a { background-color: rgb(182,142,12); }

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

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

 span { border-color: rgb(182,142,12); }

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