#B47312

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

Shades of Dark Goldenrod #B47312

Tints of Dark Goldenrod #B47312

Color information

#B47312 (or 0xB47312) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 73 and 12. RGB value is (180,115,18). Sum of RGB (Red+Green+Blue) = 180+115+18=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B47312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47312 is #4B8CED. Grayscale: #7B7B7B. Windows color (decimal): -4951278 or 1209268. OLE color: 1209268.

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

Color convert

RGB18011518-
CMYK00.360.90.29
HSL35.93º81.82%38.82%-
HSV(B)35.93º90%70.59%-
XYZ25.0622.013.5-
YUV123.3868.53168.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.51%
GREEN value IS 115 (45.31% from 255) = 36.74%
BLUE value IS 18 (7.42% from 255) = 5.75%
R=57.51%
G=36.74%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801151800.360.90.2935.9381.8238.82
HexB473120245A1D245227
Octal26416322044132354412247
Binary1011010011100111001001001001011010111011001001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47312; }

 p { color: rgb(180,115,18); }

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

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

 a { background-color: rgb(180,115,18); }

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

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

 span { border-color: rgb(180,115,18); }

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