Html Css Color HEX #B97400 Dark Goldenrod

📋 copy color: '#B97400'

red 185 ◦ green 116 ◦ blue 0

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

Shades of Dark Goldenrod #B97400

Tints of Dark Goldenrod #B97400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.54%

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

R = 61.46%
G = 38.54%
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

#B97400 (or 0xB97400) is known color: Dark Goldenrod. HEX triplet: B9, 74 and 00. RGB value is (185,116,0). Sum of RGB (Red+Green+Blue) = 185+116+0=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B97400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97400 is #468BFF. Grayscale: #7B7B7B. Windows color (decimal): -4623360 or 29881. OLE color: 29881.

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

Color convert

RGB 185 116 0 -
CMYK 0 0.37 1 0.27
HSL 37.62º 1% 0.36% -
HSV(B) 37.62º 1% 0.73% -
XYZ 26.25 22.81 3.02 -
YUV 123.41 58.36 171.93 -
System Red Green Blue C M Y K H S L
Decimal 185 116 0 0 0.37 1 0.27 37.62 1 0.36
Hex B9 74 0 0 25 64 1B 26 64 24
Octal 271 164 0 0 45 144 33 46 144 44
Binary 10111001 1110100 0 0 100101 1100100 11011 100110 1100100 100100

Color Harmonies of #B97400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97400

Black with #B97400

Text Example


Text Example

White with #B97400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97400; }

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

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

background-color css

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

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

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

border-color css

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

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

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