Html Css Color HEX #B97C00 Dark Goldenrod

📋 copy color: '#B97C00'

red 185 ◦ green 124 ◦ blue 0

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

Shades of Dark Goldenrod #B97C00

Tints of Dark Goldenrod #B97C00

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.13%

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

R = 59.87%
G = 40.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B97C00 (or 0xB97C00) is known color: Dark Goldenrod. HEX triplet: B9, 7C and 00. RGB value is (185,124,0). Sum of RGB (Red+Green+Blue) = 185+124+0=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97C00 is #4683FF. Grayscale: #808080. Windows color (decimal): -4621312 or 31929. OLE color: 31929.

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

Color convert

RGB 185 124 0 -
CMYK 0 0.33 1 0.27
HSL 40.22º 1% 0.36% -
HSV(B) 40.22º 1% 0.73% -
XYZ 27.22 24.73 3.34 -
YUV 128.1 55.71 168.58 -
System Red Green Blue C M Y K H S L
Decimal 185 124 0 0 0.33 1 0.27 40.22 1 0.36
Hex B9 7C 0 0 21 64 1B 28 64 24
Octal 271 174 0 0 41 144 33 50 144 44
Binary 10111001 1111100 0 0 100001 1100100 11011 101000 1100100 100100

Color Harmonies of #B97C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97C00

Black with #B97C00

Text Example


Text Example

White with #B97C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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