Html Css Color HEX #B47010 Dark Goldenrod

📋 copy color: '#B47010'

red 180 ◦ green 112 ◦ blue 16

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

Shades of Dark Goldenrod #B47010

Tints of Dark Goldenrod #B47010

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.36%

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

R = 58.44%
G = 36.36%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B47010 (or 0xB47010) is known color: Dark Goldenrod. HEX triplet: B4, 70 and 10. RGB value is (180,112,16). Sum of RGB (Red+Green+Blue) = 180+112+16=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B47010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47010 is #4B8FEF. Grayscale: #797979. Windows color (decimal): -4952048 or 1077428. OLE color: 1077428.

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

Color convert

RGB 180 112 16 -
CMYK 0 0.38 0.91 0.29
HSL 35.12º 0.84% 0.38% -
HSV(B) 35.12º 0.91% 0.71% -
XYZ 24.71 21.33 3.3 -
YUV 121.39 68.53 169.81 -
System Red Green Blue C M Y K H S L
Decimal 180 112 16 0 0.38 0.91 0.29 35.12 0.84 0.38
Hex B4 70 10 0 26 5B 1D 23 54 26
Octal 264 160 20 0 46 133 35 43 124 46
Binary 10110100 1110000 10000 0 100110 1011011 11101 100011 1010100 100110

Color Harmonies of #B47010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47010

Black with #B47010

Text Example


Text Example

White with #B47010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47010; }

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

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

background-color css

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

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

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

border-color css

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

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

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