#B67112

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

Shades of Dark Goldenrod #B67112

Tints of Dark Goldenrod #B67112

Color information

#B67112 (or 0xB67112) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 71 and 12. RGB value is (182,113,18). Sum of RGB (Red+Green+Blue) = 182+113+18=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B67112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67112 is #498EED. Grayscale: #7B7B7B. Windows color (decimal): -4820718 or 1208758. OLE color: 1208758.

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

Color convert

RGB18211318-
CMYK00.380.900.29
HSL34.76º82%39.22%-
HSV(B)34.76º90.11%71.37%-
XYZ25.3121.83.45-
YUV122.868.86170.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.15%
GREEN value IS 113 (44.53% from 255) = 36.10%
BLUE value IS 18 (7.42% from 255) = 5.75%
R=58.15%
G=36.10%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821131800.380.900.2934.768239.22
HexB671120265A1D235227
Octal26616122046132354312247
Binary1011011011100011001001001101011010111011000111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67112; }

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

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

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

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

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

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

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

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