Html Css Color HEX #B15970 Blush

📋 copy color: '#B15970'

red 177 ◦ green 89 ◦ blue 112

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

Shades of Blush #B15970

Tints of Blush #B15970

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.54%

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

R = 46.83%
G = 23.54%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B15970 (or 0xB15970) is known color: Blush. HEX triplet: B1, 59 and 70. RGB value is (177,89,112). Sum of RGB (Red+Green+Blue) = 177+89+112=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B15970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15970 is #4EA68F. Grayscale: #757575. Windows color (decimal): -5154448 or 7362993. OLE color: 7362993.

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

Color convert

RGB 177 89 112 -
CMYK 0 0.50 0.37 0.31
HSL 344.32º 0.36% 0.52% -
HSV(B) 344.32º 0.5% 0.69% -
XYZ 24.63 17.66 17.44 -
YUV 117.93 124.65 170.13 -
System Red Green Blue C M Y K H S L
Decimal 177 89 112 0 0.50 0.37 0.31 344.32 0.36 0.52
Hex B1 59 70 0 32 25 1F 158 24 34
Octal 261 131 160 0 62 45 37 530 44 64
Binary 10110001 1011001 1110000 0 110010 100101 11111 101011000 100100 110100

Color Harmonies of #B15970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15970

Black with #B15970

Text Example


Text Example

White with #B15970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15970; }

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

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

background-color css

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

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

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

border-color css

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

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

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