Html Css Color HEX #B47110 Dark Goldenrod

📋 copy color: '#B47110'

red 180 ◦ green 113 ◦ blue 16

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

Shades of Dark Goldenrod #B47110

Tints of Dark Goldenrod #B47110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.18%

R = 58.25%
G = 36.57%
B = 5.18%

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

#B47110 (or 0xB47110) is known color: Dark Goldenrod. HEX triplet: B4, 71 and 10. RGB value is (180,113,16). Sum of RGB (Red+Green+Blue) = 180+113+16=309 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.25% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 180 - color contains mainly: red. Hex color #B47110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47110 is #4B8EEF. Grayscale: #7A7A7A. Windows color (decimal): -4951792 or 1077684. OLE color: 1077684.

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

Color convert

RGB 180 113 16 -
CMYK 0 0.37 0.91 0.29
HSL 35.49º 0.84% 0.38% -
HSV(B) 35.49º 0.91% 0.71% -
XYZ 24.82 21.55 3.34 -
YUV 121.98 68.2 169.39 -
System Red Green Blue C M Y K H S L
Decimal 180 113 16 0 0.37 0.91 0.29 35.49 0.84 0.38
Hex B4 71 10 0 25 5B 1D 23 54 26
Octal 264 161 20 0 45 133 35 43 124 46
Binary 10110100 1110001 10000 0 100101 1011011 11101 100011 1010100 100110

Color Harmonies of #B47110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47110

Black with #B47110

Text Example


Text Example

White with #B47110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47110; }

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

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

background-color css

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

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

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

border-color css

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

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

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