Html Css Color HEX #B97500 Dark Goldenrod

📋 copy color: '#B97500'

red 185 ◦ green 117 ◦ blue 0

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

Shades of Dark Goldenrod #B97500

Tints of Dark Goldenrod #B97500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.74%

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

R = 61.26%
G = 38.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B97500 (or 0xB97500) is known color: Dark Goldenrod. HEX triplet: B9, 75 and 00. RGB value is (185,117,0). Sum of RGB (Red+Green+Blue) = 185+117+0=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B97500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97500 is #468AFF. Grayscale: #7C7C7C. Windows color (decimal): -4623104 or 30137. OLE color: 30137.

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

Color convert

RGB 185 117 0 -
CMYK 0 0.37 1 0.27
HSL 37.95º 1% 0.36% -
HSV(B) 37.95º 1% 0.73% -
XYZ 26.37 23.04 3.06 -
YUV 123.99 58.03 171.51 -
System Red Green Blue C M Y K H S L
Decimal 185 117 0 0 0.37 1 0.27 37.95 1 0.36
Hex B9 75 0 0 25 64 1B 26 64 24
Octal 271 165 0 0 45 144 33 46 144 44
Binary 10111001 1110101 0 0 100101 1100100 11011 100110 1100100 100100

Color Harmonies of #B97500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97500

Black with #B97500

Text Example


Text Example

White with #B97500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97500; }

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

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

background-color css

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

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

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

border-color css

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

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

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