Html Css Color HEX #B99151 Tussock

📋 copy color: '#B99151'

red 185 ◦ green 145 ◦ blue 81

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

Shades of Tussock #B99151

Tints of Tussock #B99151

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.28%

 BLUE value IS 81 (32.03% from 255) = 19.71%

R = 45.01%
G = 35.28%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B99151 (or 0xB99151) is known color: Tussock. HEX triplet: B9, 91 and 51. RGB value is (185,145,81). Sum of RGB (Red+Green+Blue) = 185+145+81=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B99151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99151 is #466EAE. Grayscale: #959595. Windows color (decimal): -4615855 or 5345721. OLE color: 5345721.

HSL color Cylindrical-coordinate representation of color #B99151: hue angle of 36.92º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B99151 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 145 81 -
CMYK 0 0.22 0.56 0.27
HSL 36.92º 0.43% 0.52% -
HSV(B) 36.92º 0.56% 0.73% -
XYZ 31.62 31.16 12.13 -
YUV 149.66 89.25 153.2 -
System Red Green Blue C M Y K H S L
Decimal 185 145 81 0 0.22 0.56 0.27 36.92 0.43 0.52
Hex B9 91 51 0 16 38 1B 25 2B 34
Octal 271 221 121 0 26 70 33 45 53 64
Binary 10111001 10010001 1010001 0 10110 111000 11011 100101 101011 110100

Color Harmonies of #B99151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99151

Black with #B99151

Text Example


Text Example

White with #B99151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99151; }

 p { color: rgb(185,145,81); }

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

background-color css

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

 a { background-color: rgb(185,145,81); }

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

border-color css

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

 span { border-color: rgb(185,145,81); }

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