Html Css Color HEX #B98F49 Tussock

📋 copy color: '#B98F49'

red 185 ◦ green 143 ◦ blue 73

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

Shades of Tussock #B98F49

Tints of Tussock #B98F49

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.66%

 BLUE value IS 73 (28.91% from 255) = 18.2%

R = 46.13%
G = 35.66%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B98F49 (or 0xB98F49) is known color: Tussock. HEX triplet: B9, 8F and 49. RGB value is (185,143,73). Sum of RGB (Red+Green+Blue) = 185+143+73=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B98F49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98F49 is #4670B6. Grayscale: #939393. Windows color (decimal): -4616375 or 4820921. OLE color: 4820921.

HSL color Cylindrical-coordinate representation of color #B98F49: hue angle of 37.5º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B98F49 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 143 73 -
CMYK 0 0.23 0.61 0.27
HSL 37.5º 0.44% 0.51% -
HSV(B) 37.5º 0.61% 0.73% -
XYZ 31.03 30.44 10.54 -
YUV 147.58 85.91 154.69 -
System Red Green Blue C M Y K H S L
Decimal 185 143 73 0 0.23 0.61 0.27 37.5 0.44 0.51
Hex B9 8F 49 0 17 3D 1B 26 2C 33
Octal 271 217 111 0 27 75 33 46 54 63
Binary 10111001 10001111 1001001 0 10111 111101 11011 100110 101100 110011

Color Harmonies of #B98F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98F49

Black with #B98F49

Text Example


Text Example

White with #B98F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98F49; }

 p { color: rgb(185,143,73); }

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

background-color css

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

 a { background-color: rgb(185,143,73); }

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

border-color css

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

 span { border-color: rgb(185,143,73); }

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