#B07512

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

Shades of Dark Goldenrod #B07512

Tints of Dark Goldenrod #B07512

Color information

#B07512 (or 0xB07512) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 75 and 12. RGB value is (176,117,18). Sum of RGB (Red+Green+Blue) = 176+117+18=311 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.59% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 176 - color contains mainly: red. Hex color #B07512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07512 is #4F8AED. Grayscale: #7B7B7B. Windows color (decimal): -5212910 or 1209776. OLE color: 1209776.

HSL color Cylindrical-coordinate representation of color #B07512: hue angle of 37.59º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B07512 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB17611718-
CMYK00.340.900.31
HSL37.59º81.44%38.04%-
HSV(B)37.59º89.77%69.02%-
XYZ24.37223.53-
YUV123.3668.55165.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.59%
GREEN value IS 117 (46.09% from 255) = 37.62%
BLUE value IS 18 (7.42% from 255) = 5.79%
R=56.59%
G=37.62%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761171800.340.900.3137.5981.4438.04
HexB075120225A1F265126
Octal26016522042132374612146
Binary1011000011101011001001000101011010111111001101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07512; }

 p { color: rgb(176,117,18); }

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

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

 a { background-color: rgb(176,117,18); }

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

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

 span { border-color: rgb(176,117,18); }

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