Html Css Color HEX #B98949 Tussock

📋 copy color: '#B98949'

red 185 ◦ green 137 ◦ blue 73

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

Shades of Tussock #B98949

Tints of Tussock #B98949

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.68%

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

R = 46.84%
G = 34.68%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B98949 (or 0xB98949) is known color: Tussock. HEX triplet: B9, 89 and 49. RGB value is (185,137,73). Sum of RGB (Red+Green+Blue) = 185+137+73=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B98949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98949 is #4676B6. Grayscale: #909090. Windows color (decimal): -4617911 or 4819385. OLE color: 4819385.

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

Color convert

RGB 185 137 73 -
CMYK 0 0.26 0.61 0.27
HSL 34.29º 0.44% 0.51% -
HSV(B) 34.29º 0.61% 0.73% -
XYZ 30.16 28.69 10.25 -
YUV 144.06 87.9 157.2 -
System Red Green Blue C M Y K H S L
Decimal 185 137 73 0 0.26 0.61 0.27 34.29 0.44 0.51
Hex B9 89 49 0 1A 3D 1B 22 2C 33
Octal 271 211 111 0 32 75 33 42 54 63
Binary 10111001 10001001 1001001 0 11010 111101 11011 100010 101100 110011

Color Harmonies of #B98949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98949

Black with #B98949

Text Example


Text Example

White with #B98949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98949; }

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

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

background-color css

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

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

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

border-color css

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

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

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