Html Css Color HEX #B47012 Dark Goldenrod

📋 copy color: '#B47012'

red 180 ◦ green 112 ◦ blue 18

#B47012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #B47012

Tints of Dark Goldenrod #B47012

RGB

 RED value IS 180 (70.7% from 255) = 58.06%

 GREEN value IS 112 (44.14% from 255) = 36.13%

 BLUE value IS 18 (7.42% from 255) = 5.81%

R = 58.06%
G = 36.13%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B47012 (or 0xB47012) is known color: Dark Goldenrod. HEX triplet: B4, 70 and 12. RGB value is (180,112,18). Sum of RGB (Red+Green+Blue) = 180+112+18=310 (41% of max value = 765). Red value is 180 (70.70% from 255 or 58.06% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 180 - color contains mainly: red. Hex color #B47012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47012 is #4B8FED. Grayscale: #7A7A7A. Windows color (decimal): -4952046 or 1208500. OLE color: 1208500.

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

Color convert

RGB 180 112 18 -
CMYK 0 0.38 0.9 0.29
HSL 34.81º 0.82% 0.39% -
HSV(B) 34.81º 0.9% 0.71% -
XYZ 24.73 21.34 3.39 -
YUV 121.62 69.53 169.64 -
System Red Green Blue C M Y K H S L
Decimal 180 112 18 0 0.38 0.9 0.29 34.81 0.82 0.39
Hex B4 70 12 0 26 5A 1D 23 52 27
Octal 264 160 22 0 46 132 35 43 122 47
Binary 10110100 1110000 10010 0 100110 1011010 11101 100011 1010010 100111

Color Harmonies of #B47012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47012

Black with #B47012

Text Example


Text Example

White with #B47012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47012; }

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

 H1.HeaderClassName
 {
   color: #B47012;
 }
 .AnyTagClassName
 {
   color: #B47012;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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