Html Css Color HEX #B09590 Thatch

📋 copy color: '#B09590'

red 176 ◦ green 149 ◦ blue 144

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

Shades of Thatch #B09590

Tints of Thatch #B09590

RGB

 RED value IS 176 (69.14% from 255) = 37.53%

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

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

R = 37.53%
G = 31.77%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B09590 (or 0xB09590) is known color: Thatch. HEX triplet: B0, 95 and 90. RGB value is (176,149,144). Sum of RGB (Red+Green+Blue) = 176+149+144=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B09590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09590 is #4F6A6F. Grayscale: #9C9C9C. Windows color (decimal): -5204592 or 9475504. OLE color: 9475504.

HSL color Cylindrical-coordinate representation of color #B09590: hue angle of 9.38º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B09590 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 149 144 -
CMYK 0 0.15 0.18 0.31
HSL 9.38º 0.17% 0.63% -
HSV(B) 9.38º 0.18% 0.69% -
XYZ 33.69 32.74 30.93 -
YUV 156.5 120.95 141.91 -
System Red Green Blue C M Y K H S L
Decimal 176 149 144 0 0.15 0.18 0.31 9.38 0.17 0.63
Hex B0 95 90 0 F 12 1F 9 11 3F
Octal 260 225 220 0 17 22 37 11 21 77
Binary 10110000 10010101 10010000 0 1111 10010 11111 1001 10001 111111

Color Harmonies of #B09590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09590

Black with #B09590

Text Example


Text Example

White with #B09590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09590; }

 p { color: rgb(176,149,144); }

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

background-color css

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

 a { background-color: rgb(176,149,144); }

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

border-color css

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

 span { border-color: rgb(176,149,144); }

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