Html Css Color HEX #B15063 Blush

📋 copy color: '#B15063'

red 177 ◦ green 80 ◦ blue 99

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

Shades of Blush #B15063

Tints of Blush #B15063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.47%

 BLUE value IS 99 (39.06% from 255) = 27.81%

R = 49.72%
G = 22.47%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B15063 (or 0xB15063) is known color: Blush. HEX triplet: B1, 50 and 63. RGB value is (177,80,99). Sum of RGB (Red+Green+Blue) = 177+80+99=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B15063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15063 is #4EAF9C. Grayscale: #6F6F6F. Windows color (decimal): -5156765 or 6508721. OLE color: 6508721.

HSL color Cylindrical-coordinate representation of color #B15063: hue angle of 348.25º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B15063 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 80 99 -
CMYK 0 0.55 0.44 0.31
HSL 348.25º 0.38% 0.5% -
HSV(B) 348.25º 0.55% 0.69% -
XYZ 23.25 15.99 13.66 -
YUV 111.17 121.14 174.96 -
System Red Green Blue C M Y K H S L
Decimal 177 80 99 0 0.55 0.44 0.31 348.25 0.38 0.5
Hex B1 50 63 0 37 2C 1F 15C 26 32
Octal 261 120 143 0 67 54 37 534 46 62
Binary 10110001 1010000 1100011 0 110111 101100 11111 101011100 100110 110010

Color Harmonies of #B15063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15063

Black with #B15063

Text Example


Text Example

White with #B15063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15063; }

 p { color: rgb(177,80,99); }

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

background-color css

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

 a { background-color: rgb(177,80,99); }

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

border-color css

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

 span { border-color: rgb(177,80,99); }

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