Html Css Color HEX #B19C98 Thatch

📋 copy color: '#B19C98'

red 177 ◦ green 156 ◦ blue 152

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

Shades of Thatch #B19C98

Tints of Thatch #B19C98

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.16%

 BLUE value IS 152 (59.77% from 255) = 31.34%

R = 36.49%
G = 32.16%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B19C98 (or 0xB19C98) is known color: Thatch. HEX triplet: B1, 9C and 98. RGB value is (177,156,152). Sum of RGB (Red+Green+Blue) = 177+156+152=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19C98 is #4E6367. Grayscale: #A1A1A1. Windows color (decimal): -5137256 or 10001585. OLE color: 10001585.

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

Color convert

RGB 177 156 152 -
CMYK 0 0.12 0.14 0.31
HSL 9.6º 0.14% 0.65% -
HSV(B) 9.6º 0.14% 0.69% -
XYZ 35.69 35.39 34.66 -
YUV 161.82 122.46 138.83 -
System Red Green Blue C M Y K H S L
Decimal 177 156 152 0 0.12 0.14 0.31 9.6 0.14 0.65
Hex B1 9C 98 0 C E 1F A E 41
Octal 261 234 230 0 14 16 37 12 16 101
Binary 10110001 10011100 10011000 0 1100 1110 11111 1010 1110 1000001

Color Harmonies of #B19C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19C98

Black with #B19C98

Text Example


Text Example

White with #B19C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19C98; }

 p { color: rgb(177,156,152); }

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

background-color css

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

 a { background-color: rgb(177,156,152); }

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

border-color css

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

 span { border-color: rgb(177,156,152); }

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