Html Css Color HEX #B47610 Dark Goldenrod

📋 copy color: '#B47610'

red 180 ◦ green 118 ◦ blue 16

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

Shades of Dark Goldenrod #B47610

Tints of Dark Goldenrod #B47610

RGB

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

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

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

R = 57.32%
G = 37.58%
B = 5.1%

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

#B47610 (or 0xB47610) is known color: Dark Goldenrod. HEX triplet: B4, 76 and 10. RGB value is (180,118,16). Sum of RGB (Red+Green+Blue) = 180+118+16=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B47610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47610 is #4B89EF. Grayscale: #7D7D7D. Windows color (decimal): -4950512 or 1078964. OLE color: 1078964.

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

Color convert

RGB 180 118 16 -
CMYK 0 0.34 0.91 0.29
HSL 37.32º 0.84% 0.38% -
HSV(B) 37.32º 0.91% 0.71% -
XYZ 25.39 22.7 3.53 -
YUV 124.91 66.54 167.29 -
System Red Green Blue C M Y K H S L
Decimal 180 118 16 0 0.34 0.91 0.29 37.32 0.84 0.38
Hex B4 76 10 0 22 5B 1D 25 54 26
Octal 264 166 20 0 42 133 35 45 124 46
Binary 10110100 1110110 10000 0 100010 1011011 11101 100101 1010100 100110

Color Harmonies of #B47610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47610

Black with #B47610

Text Example


Text Example

White with #B47610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47610; }

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

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

background-color css

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

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

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

border-color css

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

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

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