Html Css Color HEX #B1576C Blush

📋 copy color: '#B1576C'

red 177 ◦ green 87 ◦ blue 108

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

Shades of Blush #B1576C

Tints of Blush #B1576C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.03%

R = 47.58%
G = 23.39%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B1576C (or 0xB1576C) is known color: Blush. HEX triplet: B1, 57 and 6C. RGB value is (177,87,108). Sum of RGB (Red+Green+Blue) = 177+87+108=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B1576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1576C is #4EA893. Grayscale: #747474. Windows color (decimal): -5154964 or 7100337. OLE color: 7100337.

HSL color Cylindrical-coordinate representation of color #B1576C: hue angle of 346º 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 #B1576C is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 87 108 -
CMYK 0 0.51 0.39 0.31
HSL 346º 0.37% 0.52% -
HSV(B) 346º 0.51% 0.69% -
XYZ 24.25 17.25 16.24 -
YUV 116.3 123.32 171.29 -
System Red Green Blue C M Y K H S L
Decimal 177 87 108 0 0.51 0.39 0.31 346 0.37 0.52
Hex B1 57 6C 0 33 27 1F 15A 25 34
Octal 261 127 154 0 63 47 37 532 45 64
Binary 10110001 1010111 1101100 0 110011 100111 11111 101011010 100101 110100

Color Harmonies of #B1576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1576C

Black with #B1576C

Text Example


Text Example

White with #B1576C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1576C; }

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

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

background-color css

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

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

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

border-color css

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

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

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