Html Css Color HEX #B1918D Thatch

📋 copy color: '#B1918D'

red 177 ◦ green 145 ◦ blue 141

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

Shades of Thatch #B1918D

Tints of Thatch #B1918D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.45%

R = 38.23%
G = 31.32%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1918D (or 0xB1918D) is known color: Thatch. HEX triplet: B1, 91 and 8D. RGB value is (177,145,141). Sum of RGB (Red+Green+Blue) = 177+145+141=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B1918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1918D is #4E6E72. Grayscale: #9A9A9A. Windows color (decimal): -5140083 or 9277873. OLE color: 9277873.

HSL color Cylindrical-coordinate representation of color #B1918D: hue angle of 6.67º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1918D is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 145 141 -
CMYK 0 0.18 0.20 0.31
HSL 6.67º 0.19% 0.62% -
HSV(B) 6.67º 0.2% 0.69% -
XYZ 33.06 31.52 29.54 -
YUV 154.11 120.6 144.33 -
System Red Green Blue C M Y K H S L
Decimal 177 145 141 0 0.18 0.20 0.31 6.67 0.19 0.62
Hex B1 91 8D 0 12 14 1F 7 13 3E
Octal 261 221 215 0 22 24 37 7 23 76
Binary 10110001 10010001 10001101 0 10010 10100 11111 111 10011 111110

Color Harmonies of #B1918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1918D

Black with #B1918D

Text Example


Text Example

White with #B1918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1918D; }

 p { color: rgb(177,145,141); }

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

background-color css

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

 a { background-color: rgb(177,145,141); }

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

border-color css

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

 span { border-color: rgb(177,145,141); }

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