Html Css Color HEX #B1576F Blush

📋 copy color: '#B1576F'

red 177 ◦ green 87 ◦ blue 111

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

Shades of Blush #B1576F

Tints of Blush #B1576F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.2%

 BLUE value IS 111 (43.75% from 255) = 29.6%

R = 47.2%
G = 23.2%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B1576F (or 0xB1576F) is known color: Blush. HEX triplet: B1, 57 and 6F. RGB value is (177,87,111). Sum of RGB (Red+Green+Blue) = 177+87+111=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B1576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1576F is #4EA890. Grayscale: #747474. Windows color (decimal): -5154961 or 7296945. OLE color: 7296945.

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

Color convert

RGB 177 87 111 -
CMYK 0 0.51 0.37 0.31
HSL 344º 0.37% 0.52% -
HSV(B) 344º 0.51% 0.69% -
XYZ 24.41 17.31 17.09 -
YUV 116.65 124.82 171.05 -
System Red Green Blue C M Y K H S L
Decimal 177 87 111 0 0.51 0.37 0.31 344 0.37 0.52
Hex B1 57 6F 0 33 25 1F 158 25 34
Octal 261 127 157 0 63 45 37 530 45 64
Binary 10110001 1010111 1101111 0 110011 100101 11111 101011000 100101 110100

Color Harmonies of #B1576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1576F

Black with #B1576F

Text Example


Text Example

White with #B1576F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1576F; }

 p { color: rgb(177,87,111); }

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

background-color css

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

 a { background-color: rgb(177,87,111); }

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

border-color css

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

 span { border-color: rgb(177,87,111); }

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