Html Css Color HEX #B47212 Dark Goldenrod

📋 copy color: '#B47212'

red 180 ◦ green 114 ◦ blue 18

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

Shades of Dark Goldenrod #B47212

Tints of Dark Goldenrod #B47212

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.54%

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

R = 57.69%
G = 36.54%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B47212 (or 0xB47212) is known color: Dark Goldenrod. HEX triplet: B4, 72 and 12. RGB value is (180,114,18). Sum of RGB (Red+Green+Blue) = 180+114+18=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B47212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47212 is #4B8DED. Grayscale: #7B7B7B. Windows color (decimal): -4951534 or 1209012. OLE color: 1209012.

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

Color convert

RGB 180 114 18 -
CMYK 0 0.37 0.9 0.29
HSL 35.56º 0.82% 0.39% -
HSV(B) 35.56º 0.9% 0.71% -
XYZ 24.95 21.78 3.46 -
YUV 122.79 68.87 168.81 -
System Red Green Blue C M Y K H S L
Decimal 180 114 18 0 0.37 0.9 0.29 35.56 0.82 0.39
Hex B4 72 12 0 25 5A 1D 24 52 27
Octal 264 162 22 0 45 132 35 44 122 47
Binary 10110100 1110010 10010 0 100101 1011010 11101 100100 1010010 100111

Color Harmonies of #B47212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47212

Black with #B47212

Text Example


Text Example

White with #B47212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47212; }

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

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

background-color css

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

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

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

border-color css

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

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

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