#B79112

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

Shades of Dark Goldenrod #B79112

Tints of Dark Goldenrod #B79112

Color information

#B79112 (or 0xB79112) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 91 and 12. RGB value is (183,145,18). Sum of RGB (Red+Green+Blue) = 183+145+18=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B79112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79112 is #486EED. Grayscale: #8E8E8E. Windows color (decimal): -4746990 or 1216951. OLE color: 1216951.

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

Color convert

RGB18314518-
CMYK00.210.900.28
HSL46.18º82.09%39.41%-
HSV(B)46.18º90.16%71.76%-
XYZ29.7630.364.86-
YUV141.8858.09157.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.89%
GREEN value IS 145 (57.03% from 255) = 41.91%
BLUE value IS 18 (7.42% from 255) = 5.20%
R=52.89%
G=41.91%
B=5.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831451800.210.900.2846.1882.0939.41
HexB791120155A1C2e5227
Octal26722122025132345612247
Binary1011011110010001100100101011011010111001011101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79112; }

 p { color: rgb(183,145,18); }

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

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

 a { background-color: rgb(183,145,18); }

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

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

 span { border-color: rgb(183,145,18); }

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