Html Css Color HEX #B97701 Dark Goldenrod

📋 copy color: '#B97701'

red 185 ◦ green 119 ◦ blue 1

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

Shades of Dark Goldenrod #B97701

Tints of Dark Goldenrod #B97701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 60.66%
G = 39.02%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B97701 (or 0xB97701) is known color: Dark Goldenrod. HEX triplet: B9, 77 and 01. RGB value is (185,119,1). Sum of RGB (Red+Green+Blue) = 185+119+1=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B97701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97701 is #4688FE. Grayscale: #7D7D7D. Windows color (decimal): -4622591 or 96185. OLE color: 96185.

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

Color convert

RGB 185 119 1 -
CMYK 0 0.36 0.99 0.27
HSL 38.48º 0.99% 0.36% -
HSV(B) 38.48º 0.99% 0.73% -
XYZ 26.61 23.51 3.16 -
YUV 125.28 57.87 170.59 -
System Red Green Blue C M Y K H S L
Decimal 185 119 1 0 0.36 0.99 0.27 38.48 0.99 0.36
Hex B9 77 1 0 24 63 1B 26 63 24
Octal 271 167 1 0 44 143 33 46 143 44
Binary 10111001 1110111 1 0 100100 1100011 11011 100110 1100011 100100

Color Harmonies of #B97701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97701

Black with #B97701

Text Example


Text Example

White with #B97701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97701; }

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

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

background-color css

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

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

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

border-color css

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

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

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