Html Css Color HEX #B19A94 Thatch

📋 copy color: '#B19A94'

red 177 ◦ green 154 ◦ blue 148

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

Shades of Thatch #B19A94

Tints of Thatch #B19A94

RGB

 RED value IS 177 (69.53% from 255) = 36.95%

 GREEN value IS 154 (60.55% from 255) = 32.15%

 BLUE value IS 148 (58.2% from 255) = 30.9%

R = 36.95%
G = 32.15%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B19A94 (or 0xB19A94) is known color: Thatch. HEX triplet: B1, 9A and 94. RGB value is (177,154,148). Sum of RGB (Red+Green+Blue) = 177+154+148=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19A94 is #4E656B. Grayscale: #A0A0A0. Windows color (decimal): -5137772 or 9738929. OLE color: 9738929.

HSL color Cylindrical-coordinate representation of color #B19A94: hue angle of 12.41º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B19A94 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 154 148 -
CMYK 0 0.13 0.16 0.31
HSL 12.41º 0.16% 0.64% -
HSV(B) 12.41º 0.16% 0.69% -
XYZ 35.03 34.6 32.85 -
YUV 160.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 177 154 148 0 0.13 0.16 0.31 12.41 0.16 0.64
Hex B1 9A 94 0 D 10 1F C 10 40
Octal 261 232 224 0 15 20 37 14 20 100
Binary 10110001 10011010 10010100 0 1101 10000 11111 1100 10000 1000000

Color Harmonies of #B19A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19A94

Black with #B19A94

Text Example


Text Example

White with #B19A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19A94; }

 p { color: rgb(177,154,148); }

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

background-color css

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

 a { background-color: rgb(177,154,148); }

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

border-color css

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

 span { border-color: rgb(177,154,148); }

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