Html Css Color HEX #B47713 Dark Goldenrod

📋 copy color: '#B47713'

red 180 ◦ green 119 ◦ blue 19

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

Shades of Dark Goldenrod #B47713

Tints of Dark Goldenrod #B47713

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.42%

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

R = 56.6%
G = 37.42%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B47713 (or 0xB47713) is known color: Dark Goldenrod. HEX triplet: B4, 77 and 13. RGB value is (180,119,19). Sum of RGB (Red+Green+Blue) = 180+119+19=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B47713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47713 is #4B88EC. Grayscale: #7E7E7E. Windows color (decimal): -4950253 or 1275828. OLE color: 1275828.

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

Color convert

RGB 180 119 19 -
CMYK 0 0.34 0.89 0.29
HSL 37.27º 0.81% 0.39% -
HSV(B) 37.27º 0.89% 0.71% -
XYZ 25.54 22.94 3.7 -
YUV 125.84 67.71 166.63 -
System Red Green Blue C M Y K H S L
Decimal 180 119 19 0 0.34 0.89 0.29 37.27 0.81 0.39
Hex B4 77 13 0 22 59 1D 25 51 27
Octal 264 167 23 0 42 131 35 45 121 47
Binary 10110100 1110111 10011 0 100010 1011001 11101 100101 1010001 100111

Color Harmonies of #B47713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47713

Black with #B47713

Text Example


Text Example

White with #B47713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47713; }

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

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

background-color css

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

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

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

border-color css

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

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

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