Html Css Color HEX #B59996 Thatch

📋 copy color: '#B59996'

red 181 ◦ green 153 ◦ blue 150

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

Shades of Thatch #B59996

Tints of Thatch #B59996

RGB

 RED value IS 181 (71.09% from 255) = 37.4%

 GREEN value IS 153 (60.16% from 255) = 31.61%

 BLUE value IS 150 (58.98% from 255) = 30.99%

R = 37.4%
G = 31.61%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B59996 (or 0xB59996) is known color: Thatch. HEX triplet: B5, 99 and 96. RGB value is (181,153,150). Sum of RGB (Red+Green+Blue) = 181+153+150=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 181 - color contains mainly: red. Hex color #B59996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59996 is #4A6669. Grayscale: #A1A1A1. Windows color (decimal): -4875882 or 9869749. OLE color: 9869749.

HSL color Cylindrical-coordinate representation of color #B59996: hue angle of 5.81º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B59996 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 153 150 -
CMYK 0 0.15 0.17 0.29
HSL 5.81º 0.17% 0.65% -
HSV(B) 5.81º 0.17% 0.71% -
XYZ 35.95 34.81 33.68 -
YUV 161.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 181 153 150 0 0.15 0.17 0.29 5.81 0.17 0.65
Hex B5 99 96 0 F 11 1D 6 11 41
Octal 265 231 226 0 17 21 35 6 21 101
Binary 10110101 10011001 10010110 0 1111 10001 11101 110 10001 1000001

Color Harmonies of #B59996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59996

Black with #B59996

Text Example


Text Example

White with #B59996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59996; }

 p { color: rgb(181,153,150); }

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

background-color css

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

 a { background-color: rgb(181,153,150); }

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

border-color css

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

 span { border-color: rgb(181,153,150); }

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