Html Css Color HEX #B15565 Blush

📋 copy color: '#B15565'

red 177 ◦ green 85 ◦ blue 101

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

Shades of Blush #B15565

Tints of Blush #B15565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.82%

R = 48.76%
G = 23.42%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B15565 (or 0xB15565) is known color: Blush. HEX triplet: B1, 55 and 65. RGB value is (177,85,101). Sum of RGB (Red+Green+Blue) = 177+85+101=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B15565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15565 is #4EAA9A. Grayscale: #727272. Windows color (decimal): -5155483 or 6641073. OLE color: 6641073.

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

Color convert

RGB 177 85 101 -
CMYK 0 0.52 0.43 0.31
HSL 349.57º 0.37% 0.51% -
HSV(B) 349.57º 0.52% 0.69% -
XYZ 23.73 16.78 14.3 -
YUV 114.33 120.48 172.7 -
System Red Green Blue C M Y K H S L
Decimal 177 85 101 0 0.52 0.43 0.31 349.57 0.37 0.51
Hex B1 55 65 0 34 2B 1F 15E 25 33
Octal 261 125 145 0 64 53 37 536 45 63
Binary 10110001 1010101 1100101 0 110100 101011 11111 101011110 100101 110011

Color Harmonies of #B15565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15565

Black with #B15565

Text Example


Text Example

White with #B15565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15565; }

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

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

background-color css

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

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

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

border-color css

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

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

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