Html Css Color HEX #B59490 Thatch

📋 copy color: '#B59490'

red 181 ◦ green 148 ◦ blue 144

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

Shades of Thatch #B59490

Tints of Thatch #B59490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.29%

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

R = 38.27%
G = 31.29%
B = 30.44%

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

#B59490 (or 0xB59490) is known color: Thatch. HEX triplet: B5, 94 and 90. RGB value is (181,148,144). Sum of RGB (Red+Green+Blue) = 181+148+144=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 181 - color contains mainly: red. Hex color #B59490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59490 is #4A6B6F. Grayscale: #9D9D9D. Windows color (decimal): -4877168 or 9475253. OLE color: 9475253.

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

Color convert

RGB 181 148 144 -
CMYK 0 0.18 0.20 0.29
HSL 6.49º 0.2% 0.64% -
HSV(B) 6.49º 0.2% 0.71% -
XYZ 34.68 33.02 30.93 -
YUV 157.41 120.43 144.83 -
System Red Green Blue C M Y K H S L
Decimal 181 148 144 0 0.18 0.20 0.29 6.49 0.2 0.64
Hex B5 94 90 0 12 14 1D 6 14 40
Octal 265 224 220 0 22 24 35 6 24 100
Binary 10110101 10010100 10010000 0 10010 10100 11101 110 10100 1000000

Color Harmonies of #B59490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59490

Black with #B59490

Text Example


Text Example

White with #B59490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59490; }

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

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

background-color css

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

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

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

border-color css

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

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

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