Html Css Color HEX #B97710 Dark Goldenrod

📋 copy color: '#B97710'

red 185 ◦ green 119 ◦ blue 16

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

Shades of Dark Goldenrod #B97710

Tints of Dark Goldenrod #B97710

RGB

 RED value IS 185 (72.66% from 255) = 57.81%

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

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

R = 57.81%
G = 37.19%
B = 5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B97710 (or 0xB97710) is known color: Dark Goldenrod. HEX triplet: B9, 77 and 10. RGB value is (185,119,16). Sum of RGB (Red+Green+Blue) = 185+119+16=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B97710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97710 is #4688EF. Grayscale: #7F7F7F. Windows color (decimal): -4622576 or 1079225. OLE color: 1079225.

HSL color Cylindrical-coordinate representation of color #B97710: hue angle of 36.57º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B97710 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 119 16 -
CMYK 0 0.36 0.91 0.27
HSL 36.57º 0.84% 0.39% -
HSV(B) 36.57º 0.91% 0.73% -
XYZ 26.7 23.55 3.63 -
YUV 126.99 65.37 169.38 -
System Red Green Blue C M Y K H S L
Decimal 185 119 16 0 0.36 0.91 0.27 36.57 0.84 0.39
Hex B9 77 10 0 24 5B 1B 25 54 27
Octal 271 167 20 0 44 133 33 45 124 47
Binary 10111001 1110111 10000 0 100100 1011011 11011 100101 1010100 100111

Color Harmonies of #B97710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97710

Black with #B97710

Text Example


Text Example

White with #B97710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97710; }

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

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

background-color css

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

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

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

border-color css

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

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

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