Html Css Color HEX #B59690 Thatch

📋 copy color: '#B59690'

red 181 ◦ green 150 ◦ blue 144

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

Shades of Thatch #B59690

Tints of Thatch #B59690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.32%

R = 38.11%
G = 31.58%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B59690 (or 0xB59690) is known color: Thatch. HEX triplet: B5, 96 and 90. RGB value is (181,150,144). Sum of RGB (Red+Green+Blue) = 181+150+144=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 181 - color contains mainly: red. Hex color #B59690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59690 is #4A696F. Grayscale: #9E9E9E. Windows color (decimal): -4876656 or 9475765. OLE color: 9475765.

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

Color convert

RGB 181 150 144 -
CMYK 0 0.17 0.20 0.29
HSL 9.73º 0.2% 0.64% -
HSV(B) 9.73º 0.2% 0.71% -
XYZ 35 33.65 31.04 -
YUV 158.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 181 150 144 0 0.17 0.20 0.29 9.73 0.2 0.64
Hex B5 96 90 0 11 14 1D A 14 40
Octal 265 226 220 0 21 24 35 12 24 100
Binary 10110101 10010110 10010000 0 10001 10100 11101 1010 10100 1000000

Color Harmonies of #B59690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59690

Black with #B59690

Text Example


Text Example

White with #B59690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59690; }

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

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

background-color css

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

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

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

border-color css

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

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

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