Html Css Color HEX #B47710 Dark Goldenrod

📋 copy color: '#B47710'

red 180 ◦ green 119 ◦ blue 16

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

Shades of Dark Goldenrod #B47710

Tints of Dark Goldenrod #B47710

RGB

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

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

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

R = 57.14%
G = 37.78%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B47710 (or 0xB47710) is known color: Dark Goldenrod. HEX triplet: B4, 77 and 10. RGB value is (180,119,16). Sum of RGB (Red+Green+Blue) = 180+119+16=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B47710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47710 is #4B88EF. Grayscale: #7D7D7D. Windows color (decimal): -4950256 or 1079220. OLE color: 1079220.

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

Color convert

RGB 180 119 16 -
CMYK 0 0.34 0.91 0.29
HSL 37.68º 0.84% 0.38% -
HSV(B) 37.68º 0.91% 0.71% -
XYZ 25.51 22.93 3.57 -
YUV 125.5 66.21 166.88 -
System Red Green Blue C M Y K H S L
Decimal 180 119 16 0 0.34 0.91 0.29 37.68 0.84 0.38
Hex B4 77 10 0 22 5B 1D 26 54 26
Octal 264 167 20 0 42 133 35 46 124 46
Binary 10110100 1110111 10000 0 100010 1011011 11101 100110 1010100 100110

Color Harmonies of #B47710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47710

Black with #B47710

Text Example


Text Example

White with #B47710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47710; }

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

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

background-color css

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

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

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

border-color css

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

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

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