Html Css Color HEX #B15560 Blush

📋 copy color: '#B15560'

red 177 ◦ green 85 ◦ blue 96

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

Shades of Blush #B15560

Tints of Blush #B15560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.74%

 BLUE value IS 96 (37.89% from 255) = 26.82%

R = 49.44%
G = 23.74%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B15560 (or 0xB15560) is known color: Blush. HEX triplet: B1, 55 and 60. RGB value is (177,85,96). Sum of RGB (Red+Green+Blue) = 177+85+96=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B15560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15560 is #4EAA9F. Grayscale: #717171. Windows color (decimal): -5155488 or 6313393. OLE color: 6313393.

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

Color convert

RGB 177 85 96 -
CMYK 0 0.52 0.46 0.31
HSL 352.83º 0.37% 0.51% -
HSV(B) 352.83º 0.52% 0.69% -
XYZ 23.49 16.69 13.05 -
YUV 113.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 177 85 96 0 0.52 0.46 0.31 352.83 0.37 0.51
Hex B1 55 60 0 34 2E 1F 161 25 33
Octal 261 125 140 0 64 56 37 541 45 63
Binary 10110001 1010101 1100000 0 110100 101110 11111 101100001 100101 110011

Color Harmonies of #B15560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15560

Black with #B15560

Text Example


Text Example

White with #B15560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15560; }

 p { color: rgb(177,85,96); }

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

background-color css

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

 a { background-color: rgb(177,85,96); }

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

border-color css

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

 span { border-color: rgb(177,85,96); }

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