Html Css Color HEX #B15770 Blush

📋 copy color: '#B15770'

red 177 ◦ green 87 ◦ blue 112

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

Shades of Blush #B15770

Tints of Blush #B15770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.79%

R = 47.07%
G = 23.14%
B = 29.79%

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

#B15770 (or 0xB15770) is known color: Blush. HEX triplet: B1, 57 and 70. RGB value is (177,87,112). Sum of RGB (Red+Green+Blue) = 177+87+112=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B15770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15770 is #4EA88F. Grayscale: #747474. Windows color (decimal): -5154960 or 7362481. OLE color: 7362481.

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

Color convert

RGB 177 87 112 -
CMYK 0 0.51 0.37 0.31
HSL 343.33º 0.37% 0.52% -
HSV(B) 343.33º 0.51% 0.69% -
XYZ 24.46 17.33 17.39 -
YUV 116.76 125.32 170.97 -
System Red Green Blue C M Y K H S L
Decimal 177 87 112 0 0.51 0.37 0.31 343.33 0.37 0.52
Hex B1 57 70 0 33 25 1F 157 25 34
Octal 261 127 160 0 63 45 37 527 45 64
Binary 10110001 1010111 1110000 0 110011 100101 11111 101010111 100101 110100

Color Harmonies of #B15770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15770

Black with #B15770

Text Example


Text Example

White with #B15770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15770; }

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

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

background-color css

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

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

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

border-color css

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

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

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