Html Css Color HEX #B97000 Dark Goldenrod

📋 copy color: '#B97000'

red 185 ◦ green 112 ◦ blue 0

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

Shades of Dark Goldenrod #B97000

Tints of Dark Goldenrod #B97000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.71%

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

R = 62.29%
G = 37.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B97000 (or 0xB97000) is known color: Dark Goldenrod. HEX triplet: B9, 70 and 00. RGB value is (185,112,0). Sum of RGB (Red+Green+Blue) = 185+112+0=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B97000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97000 is #468FFF. Grayscale: #797979. Windows color (decimal): -4624384 or 28857. OLE color: 28857.

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

Color convert

RGB 185 112 0 -
CMYK 0 0.39 1 0.27
HSL 36.32º 1% 0.36% -
HSV(B) 36.32º 1% 0.73% -
XYZ 25.8 21.9 2.87 -
YUV 121.06 59.68 173.61 -
System Red Green Blue C M Y K H S L
Decimal 185 112 0 0 0.39 1 0.27 36.32 1 0.36
Hex B9 70 0 0 27 64 1B 24 64 24
Octal 271 160 0 0 47 144 33 44 144 44
Binary 10111001 1110000 0 0 100111 1100100 11011 100100 1100100 100100

Color Harmonies of #B97000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97000

Black with #B97000

Text Example


Text Example

White with #B97000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97000; }

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

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

background-color css

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

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

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

border-color css

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

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

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