Html Css Color HEX #B97714 Dark Goldenrod

📋 copy color: '#B97714'

red 185 ◦ green 119 ◦ blue 20

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

Shades of Dark Goldenrod #B97714

Tints of Dark Goldenrod #B97714

RGB

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

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

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

R = 57.1%
G = 36.73%
B = 6.17%

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

#B97714 (or 0xB97714) is known color: Dark Goldenrod. HEX triplet: B9, 77 and 14. RGB value is (185,119,20). Sum of RGB (Red+Green+Blue) = 185+119+20=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B97714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97714 is #4688EB. Grayscale: #7F7F7F. Windows color (decimal): -4622572 or 1341369. OLE color: 1341369.

HSL color Cylindrical-coordinate representation of color #B97714: hue angle of 36º 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 #B97714 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 119 20 -
CMYK 0 0.36 0.89 0.27
HSL 36º 0.8% 0.4% -
HSV(B) 36º 0.89% 0.73% -
XYZ 26.73 23.56 3.8 -
YUV 127.45 67.37 169.05 -
System Red Green Blue C M Y K H S L
Decimal 185 119 20 0 0.36 0.89 0.27 36 0.8 0.4
Hex B9 77 14 0 24 59 1B 24 50 28
Octal 271 167 24 0 44 131 33 44 120 50
Binary 10111001 1110111 10100 0 100100 1011001 11011 100100 1010000 101000

Color Harmonies of #B97714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97714

Black with #B97714

Text Example


Text Example

White with #B97714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97714; }

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

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

background-color css

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

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

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

border-color css

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

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

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