Html Css Color HEX #B1948F Thatch

📋 copy color: '#B1948F'

red 177 ◦ green 148 ◦ blue 143

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

Shades of Thatch #B1948F

Tints of Thatch #B1948F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.56%

R = 37.82%
G = 31.62%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B1948F (or 0xB1948F) is known color: Thatch. HEX triplet: B1, 94 and 8F. RGB value is (177,148,143). Sum of RGB (Red+Green+Blue) = 177+148+143=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B1948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1948F is #4E6B70. Grayscale: #9C9C9C. Windows color (decimal): -5139313 or 9409713. OLE color: 9409713.

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

Color convert

RGB 177 148 143 -
CMYK 0 0.16 0.19 0.31
HSL 8.82º 0.18% 0.63% -
HSV(B) 8.82º 0.19% 0.69% -
XYZ 33.68 32.51 30.49 -
YUV 156.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 177 148 143 0 0.16 0.19 0.31 8.82 0.18 0.63
Hex B1 94 8F 0 10 13 1F 9 12 3F
Octal 261 224 217 0 20 23 37 11 22 77
Binary 10110001 10010100 10001111 0 10000 10011 11111 1001 10010 111111

Color Harmonies of #B1948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1948F

Black with #B1948F

Text Example


Text Example

White with #B1948F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1948F; }

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

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

background-color css

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

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

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

border-color css

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

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

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