Html Css Color HEX #B47111 Dark Goldenrod

📋 copy color: '#B47111'

red 180 ◦ green 113 ◦ blue 17

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

Shades of Dark Goldenrod #B47111

Tints of Dark Goldenrod #B47111

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.45%

 BLUE value IS 17 (7.03% from 255) = 5.48%

R = 58.06%
G = 36.45%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B47111 (or 0xB47111) is known color: Dark Goldenrod. HEX triplet: B4, 71 and 11. RGB value is (180,113,17). Sum of RGB (Red+Green+Blue) = 180+113+17=310 (41% of max value = 765). Red value is 180 (70.70% from 255 or 58.06% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 180 - color contains mainly: red. Hex color #B47111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47111 is #4B8EEE. Grayscale: #7A7A7A. Windows color (decimal): -4951791 or 1143220. OLE color: 1143220.

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

Color convert

RGB 180 113 17 -
CMYK 0 0.37 0.91 0.29
HSL 35.34º 0.83% 0.39% -
HSV(B) 35.34º 0.91% 0.71% -
XYZ 24.83 21.55 3.38 -
YUV 122.09 68.7 169.31 -
System Red Green Blue C M Y K H S L
Decimal 180 113 17 0 0.37 0.91 0.29 35.34 0.83 0.39
Hex B4 71 11 0 25 5B 1D 23 53 27
Octal 264 161 21 0 45 133 35 43 123 47
Binary 10110100 1110001 10001 0 100101 1011011 11101 100011 1010011 100111

Color Harmonies of #B47111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47111

Black with #B47111

Text Example


Text Example

White with #B47111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47111; }

 p { color: rgb(180,113,17); }

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

background-color css

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

 a { background-color: rgb(180,113,17); }

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

border-color css

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

 span { border-color: rgb(180,113,17); }

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