Html Css Color HEX #B99352 Tussock

📋 copy color: '#B99352'

red 185 ◦ green 147 ◦ blue 82

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

Shades of Tussock #B99352

Tints of Tussock #B99352

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.51%

 BLUE value IS 82 (32.42% from 255) = 19.81%

R = 44.69%
G = 35.51%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B99352 (or 0xB99352) is known color: Tussock. HEX triplet: B9, 93 and 52. RGB value is (185,147,82). Sum of RGB (Red+Green+Blue) = 185+147+82=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B99352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99352 is #466CAD. Grayscale: #979797. Windows color (decimal): -4615342 or 5411769. OLE color: 5411769.

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

Color convert

RGB 185 147 82 -
CMYK 0 0.21 0.56 0.27
HSL 37.86º 0.42% 0.52% -
HSV(B) 37.86º 0.56% 0.73% -
XYZ 31.96 31.79 12.43 -
YUV 150.95 89.09 152.29 -
System Red Green Blue C M Y K H S L
Decimal 185 147 82 0 0.21 0.56 0.27 37.86 0.42 0.52
Hex B9 93 52 0 15 38 1B 26 2A 34
Octal 271 223 122 0 25 70 33 46 52 64
Binary 10111001 10010011 1010010 0 10101 111000 11011 100110 101010 110100

Color Harmonies of #B99352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99352

Black with #B99352

Text Example


Text Example

White with #B99352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99352; }

 p { color: rgb(185,147,82); }

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

background-color css

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

 a { background-color: rgb(185,147,82); }

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

border-color css

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

 span { border-color: rgb(185,147,82); }

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