Html Css Color HEX #B97614 Dark Goldenrod

📋 copy color: '#B97614'

red 185 ◦ green 118 ◦ blue 20

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

Shades of Dark Goldenrod #B97614

Tints of Dark Goldenrod #B97614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.19%

R = 57.28%
G = 36.53%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B97614 (or 0xB97614) is known color: Dark Goldenrod. HEX triplet: B9, 76 and 14. RGB value is (185,118,20). Sum of RGB (Red+Green+Blue) = 185+118+20=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B97614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97614 is #4689EB. Grayscale: #7F7F7F. Windows color (decimal): -4622828 or 1341113. OLE color: 1341113.

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

Color convert

RGB 185 118 20 -
CMYK 0 0.36 0.89 0.27
HSL 35.64º 0.8% 0.4% -
HSV(B) 35.64º 0.89% 0.73% -
XYZ 26.61 23.32 3.76 -
YUV 126.86 67.7 169.47 -
System Red Green Blue C M Y K H S L
Decimal 185 118 20 0 0.36 0.89 0.27 35.64 0.8 0.4
Hex B9 76 14 0 24 59 1B 24 50 28
Octal 271 166 24 0 44 131 33 44 120 50
Binary 10111001 1110110 10100 0 100100 1011001 11011 100100 1010000 101000

Color Harmonies of #B97614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97614

Black with #B97614

Text Example


Text Example

White with #B97614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97614; }

 p { color: rgb(185,118,20); }

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

background-color css

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

 a { background-color: rgb(185,118,20); }

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

border-color css

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

 span { border-color: rgb(185,118,20); }

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