Html Css Color HEX #B97700 Dark Goldenrod

📋 copy color: '#B97700'

red 185 ◦ green 119 ◦ blue 0

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

Shades of Dark Goldenrod #B97700

Tints of Dark Goldenrod #B97700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.86%
G = 39.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B97700 (or 0xB97700) is known color: Dark Goldenrod. HEX triplet: B9, 77 and 00. RGB value is (185,119,0). Sum of RGB (Red+Green+Blue) = 185+119+0=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B97700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97700 is #4688FF. Grayscale: #7D7D7D. Windows color (decimal): -4622592 or 30649. OLE color: 30649.

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

Color convert

RGB 185 119 0 -
CMYK 0 0.36 1 0.27
HSL 38.59º 1% 0.36% -
HSV(B) 38.59º 1% 0.73% -
XYZ 26.6 23.51 3.14 -
YUV 125.17 57.37 170.68 -
System Red Green Blue C M Y K H S L
Decimal 185 119 0 0 0.36 1 0.27 38.59 1 0.36
Hex B9 77 0 0 24 64 1B 27 64 24
Octal 271 167 0 0 44 144 33 47 144 44
Binary 10111001 1110111 0 0 100100 1100100 11011 100111 1100100 100100

Color Harmonies of #B97700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97700

Black with #B97700

Text Example


Text Example

White with #B97700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97700; }

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

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

background-color css

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

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

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

border-color css

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

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

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