Html Css Color HEX #B19493 Thatch

📋 copy color: '#B19493'

red 177 ◦ green 148 ◦ blue 147

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

Shades of Thatch #B19493

Tints of Thatch #B19493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.14%

R = 37.5%
G = 31.36%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B19493 (or 0xB19493) is known color: Thatch. HEX triplet: B1, 94 and 93. RGB value is (177,148,147). Sum of RGB (Red+Green+Blue) = 177+148+147=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 177 - color contains mainly: red. Hex color #B19493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19493 is #4E6B6C. Grayscale: #9C9C9C. Windows color (decimal): -5139309 or 9671857. OLE color: 9671857.

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

Color convert

RGB 177 148 147 -
CMYK 0 0.16 0.17 0.31
HSL 0.16% 0.64% -
HSV(B) 0.17% 0.69% -
XYZ 33.99 32.63 32.11 -
YUV 156.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 177 148 147 0 0.16 0.17 0.31 2 0.16 0.64
Hex B1 94 93 0 10 11 1F 2 10 40
Octal 261 224 223 0 20 21 37 2 20 100
Binary 10110001 10010100 10010011 0 10000 10001 11111 10 10000 1000000

Color Harmonies of #B19493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19493

Black with #B19493

Text Example


Text Example

White with #B19493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19493; }

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

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

background-color css

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

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

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

border-color css

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

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

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