Html Css Color HEX #B59591 Thatch

📋 copy color: '#B59591'

red 181 ◦ green 149 ◦ blue 145

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

Shades of Thatch #B59591

Tints of Thatch #B59591

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.37%

 BLUE value IS 145 (57.03% from 255) = 30.53%

R = 38.11%
G = 31.37%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B59591 (or 0xB59591) is known color: Thatch. HEX triplet: B5, 95 and 91. RGB value is (181,149,145). Sum of RGB (Red+Green+Blue) = 181+149+145=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 181 - color contains mainly: red. Hex color #B59591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59591 is #4A6A6E. Grayscale: #9E9E9E. Windows color (decimal): -4876911 or 9541045. OLE color: 9541045.

HSL color Cylindrical-coordinate representation of color #B59591: hue angle of 6.67º 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 #B59591 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 149 145 -
CMYK 0 0.18 0.20 0.29
HSL 6.67º 0.2% 0.64% -
HSV(B) 6.67º 0.2% 0.71% -
XYZ 34.91 33.36 31.39 -
YUV 158.11 120.6 144.33 -
System Red Green Blue C M Y K H S L
Decimal 181 149 145 0 0.18 0.20 0.29 6.67 0.2 0.64
Hex B5 95 91 0 12 14 1D 7 14 40
Octal 265 225 221 0 22 24 35 7 24 100
Binary 10110101 10010101 10010001 0 10010 10100 11101 111 10100 1000000

Color Harmonies of #B59591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59591

Black with #B59591

Text Example


Text Example

White with #B59591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59591; }

 p { color: rgb(181,149,145); }

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

background-color css

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

 a { background-color: rgb(181,149,145); }

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

border-color css

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

 span { border-color: rgb(181,149,145); }

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