Html Css Color HEX #B47512 Dark Goldenrod

📋 copy color: '#B47512'

red 180 ◦ green 117 ◦ blue 18

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

Shades of Dark Goldenrod #B47512

Tints of Dark Goldenrod #B47512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.14%

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

R = 57.14%
G = 37.14%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B47512 (or 0xB47512) is known color: Dark Goldenrod. HEX triplet: B4, 75 and 12. RGB value is (180,117,18). Sum of RGB (Red+Green+Blue) = 180+117+18=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B47512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47512 is #4B8AED. Grayscale: #7D7D7D. Windows color (decimal): -4950766 or 1209780. OLE color: 1209780.

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

Color convert

RGB 180 117 18 -
CMYK 0 0.35 0.9 0.29
HSL 36.67º 0.82% 0.39% -
HSV(B) 36.67º 0.9% 0.71% -
XYZ 25.29 22.47 3.58 -
YUV 124.55 67.87 167.55 -
System Red Green Blue C M Y K H S L
Decimal 180 117 18 0 0.35 0.9 0.29 36.67 0.82 0.39
Hex B4 75 12 0 23 5A 1D 25 52 27
Octal 264 165 22 0 43 132 35 45 122 47
Binary 10110100 1110101 10010 0 100011 1011010 11101 100101 1010010 100111

Color Harmonies of #B47512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47512

Black with #B47512

Text Example


Text Example

White with #B47512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47512; }

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

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

background-color css

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

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

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

border-color css

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

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

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