Html Css Color HEX #B97100 Dark Goldenrod

📋 copy color: '#B97100'

red 185 ◦ green 113 ◦ blue 0

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

Shades of Dark Goldenrod #B97100

Tints of Dark Goldenrod #B97100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.92%

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

R = 62.08%
G = 37.92%
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

#B97100 (or 0xB97100) is known color: Dark Goldenrod. HEX triplet: B9, 71 and 00. RGB value is (185,113,0). Sum of RGB (Red+Green+Blue) = 185+113+0=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B97100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97100 is #468EFF. Grayscale: #7A7A7A. Windows color (decimal): -4624128 or 29113. OLE color: 29113.

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

Color convert

RGB 185 113 0 -
CMYK 0 0.39 1 0.27
HSL 36.65º 1% 0.36% -
HSV(B) 36.65º 1% 0.73% -
XYZ 25.91 22.12 2.9 -
YUV 121.65 59.35 173.19 -
System Red Green Blue C M Y K H S L
Decimal 185 113 0 0 0.39 1 0.27 36.65 1 0.36
Hex B9 71 0 0 27 64 1B 25 64 24
Octal 271 161 0 0 47 144 33 45 144 44
Binary 10111001 1110001 0 0 100111 1100100 11011 100101 1100100 100100

Color Harmonies of #B97100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97100

Black with #B97100

Text Example


Text Example

White with #B97100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97100; }

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

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

background-color css

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

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

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

border-color css

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

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

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