Html Css Color HEX #B47612 Dark Goldenrod

📋 copy color: '#B47612'

red 180 ◦ green 118 ◦ blue 18

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

Shades of Dark Goldenrod #B47612

Tints of Dark Goldenrod #B47612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.34%

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

R = 56.96%
G = 37.34%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B47612 (or 0xB47612) is known color: Dark Goldenrod. HEX triplet: B4, 76 and 12. RGB value is (180,118,18). Sum of RGB (Red+Green+Blue) = 180+118+18=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B47612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47612 is #4B89ED. Grayscale: #7D7D7D. Windows color (decimal): -4950510 or 1210036. OLE color: 1210036.

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

Color convert

RGB 180 118 18 -
CMYK 0 0.34 0.9 0.29
HSL 37.04º 0.82% 0.39% -
HSV(B) 37.04º 0.9% 0.71% -
XYZ 25.41 22.7 3.62 -
YUV 125.14 67.54 167.13 -
System Red Green Blue C M Y K H S L
Decimal 180 118 18 0 0.34 0.9 0.29 37.04 0.82 0.39
Hex B4 76 12 0 22 5A 1D 25 52 27
Octal 264 166 22 0 42 132 35 45 122 47
Binary 10110100 1110110 10010 0 100010 1011010 11101 100101 1010010 100111

Color Harmonies of #B47612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47612

Black with #B47612

Text Example


Text Example

White with #B47612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47612; }

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

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

background-color css

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

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

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

border-color css

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

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

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