Html Css Color HEX #B09190 Thatch

📋 copy color: '#B09190'

red 176 ◦ green 145 ◦ blue 144

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

Shades of Thatch #B09190

Tints of Thatch #B09190

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.18%

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

R = 37.85%
G = 31.18%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B09190 (or 0xB09190) is known color: Thatch. HEX triplet: B0, 91 and 90. RGB value is (176,145,144). Sum of RGB (Red+Green+Blue) = 176+145+144=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B09190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09190 is #4F6E6F. Grayscale: #9A9A9A. Windows color (decimal): -5205616 or 9474480. OLE color: 9474480.

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

Color convert

RGB 176 145 144 -
CMYK 0 0.18 0.18 0.31
HSL 1.88º 0.17% 0.63% -
HSV(B) 1.88º 0.18% 0.69% -
XYZ 33.06 31.49 30.72 -
YUV 154.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 176 145 144 0 0.18 0.18 0.31 1.88 0.17 0.63
Hex B0 91 90 0 12 12 1F 2 11 3F
Octal 260 221 220 0 22 22 37 2 21 77
Binary 10110000 10010001 10010000 0 10010 10010 11111 10 10001 111111

Color Harmonies of #B09190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09190

Black with #B09190

Text Example


Text Example

White with #B09190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09190; }

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

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

background-color css

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

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

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

border-color css

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

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

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