Html Css Color HEX #B47213 Dark Goldenrod

📋 copy color: '#B47213'

red 180 ◦ green 114 ◦ blue 19

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

Shades of Dark Goldenrod #B47213

Tints of Dark Goldenrod #B47213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.07%

R = 57.51%
G = 36.42%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B47213 (or 0xB47213) is known color: Dark Goldenrod. HEX triplet: B4, 72 and 13. RGB value is (180,114,19). Sum of RGB (Red+Green+Blue) = 180+114+19=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B47213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47213 is #4B8DEC. Grayscale: #7B7B7B. Windows color (decimal): -4951533 or 1274548. OLE color: 1274548.

HSL color Cylindrical-coordinate representation of color #B47213: hue angle of 35.4º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B47213 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 114 19 -
CMYK 0 0.37 0.89 0.29
HSL 35.4º 0.81% 0.39% -
HSV(B) 35.4º 0.89% 0.71% -
XYZ 24.96 21.78 3.51 -
YUV 122.9 69.37 168.72 -
System Red Green Blue C M Y K H S L
Decimal 180 114 19 0 0.37 0.89 0.29 35.4 0.81 0.39
Hex B4 72 13 0 25 59 1D 23 51 27
Octal 264 162 23 0 45 131 35 43 121 47
Binary 10110100 1110010 10011 0 100101 1011001 11101 100011 1010001 100111

Color Harmonies of #B47213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47213

Black with #B47213

Text Example


Text Example

White with #B47213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47213; }

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

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

background-color css

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

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

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

border-color css

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

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

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