Html Css Color HEX #B99651 Tussock

📋 copy color: '#B99651'

red 185 ◦ green 150 ◦ blue 81

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

Shades of Tussock #B99651

Tints of Tussock #B99651

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.06%

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

R = 44.47%
G = 36.06%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B99651 (or 0xB99651) is known color: Tussock. HEX triplet: B9, 96 and 51. RGB value is (185,150,81). Sum of RGB (Red+Green+Blue) = 185+150+81=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 81 (32.03% from 255 or 19.47% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B99651 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99651 is #4669AE. Grayscale: #989898. Windows color (decimal): -4614575 or 5347001. OLE color: 5347001.

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

Color convert

RGB 185 150 81 -
CMYK 0 0.19 0.56 0.27
HSL 39.81º 0.43% 0.52% -
HSV(B) 39.81º 0.56% 0.73% -
XYZ 32.4 32.72 12.39 -
YUV 152.6 87.6 151.11 -
System Red Green Blue C M Y K H S L
Decimal 185 150 81 0 0.19 0.56 0.27 39.81 0.43 0.52
Hex B9 96 51 0 13 38 1B 28 2B 34
Octal 271 226 121 0 23 70 33 50 53 64
Binary 10111001 10010110 1010001 0 10011 111000 11011 101000 101011 110100

Color Harmonies of #B99651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99651

Black with #B99651

Text Example


Text Example

White with #B99651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99651; }

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

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

background-color css

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

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

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

border-color css

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

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

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