Html Css Color HEX #B47616 Dark Goldenrod

📋 copy color: '#B47616'

red 180 ◦ green 118 ◦ blue 22

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

Shades of Dark Goldenrod #B47616

Tints of Dark Goldenrod #B47616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.88%

 BLUE value IS 22 (8.98% from 255) = 6.88%

R = 56.25%
G = 36.88%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B47616 (or 0xB47616) is known color: Dark Goldenrod. HEX triplet: B4, 76 and 16. RGB value is (180,118,22). Sum of RGB (Red+Green+Blue) = 180+118+22=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B47616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47616 is #4B89E9. Grayscale: #7E7E7E. Windows color (decimal): -4950506 or 1472180. OLE color: 1472180.

HSL color Cylindrical-coordinate representation of color #B47616: hue angle of 36.46º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B47616 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 118 22 -
CMYK 0 0.34 0.88 0.29
HSL 36.46º 0.78% 0.4% -
HSV(B) 36.46º 0.88% 0.71% -
XYZ 25.45 22.72 3.8 -
YUV 125.59 69.54 166.81 -
System Red Green Blue C M Y K H S L
Decimal 180 118 22 0 0.34 0.88 0.29 36.46 0.78 0.4
Hex B4 76 16 0 22 58 1D 24 4E 28
Octal 264 166 26 0 42 130 35 44 116 50
Binary 10110100 1110110 10110 0 100010 1011000 11101 100100 1001110 101000

Color Harmonies of #B47616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47616

Black with #B47616

Text Example


Text Example

White with #B47616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47616; }

 p { color: rgb(180,118,22); }

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

background-color css

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

 a { background-color: rgb(180,118,22); }

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

border-color css

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

 span { border-color: rgb(180,118,22); }

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