Html Css Color HEX #B95560 Blush

📋 copy color: '#B95560'

red 185 ◦ green 85 ◦ blue 96

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

Shades of Blush #B95560

Tints of Blush #B95560

RGB

 RED value IS 185 (72.66% from 255) = 50.55%

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

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

R = 50.55%
G = 23.22%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B95560 (or 0xB95560) is known color: Blush. HEX triplet: B9, 55 and 60. RGB value is (185,85,96). Sum of RGB (Red+Green+Blue) = 185+85+96=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B95560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95560 is #46AA9F. Grayscale: #747474. Windows color (decimal): -4631200 or 6313401. OLE color: 6313401.

HSL color Cylindrical-coordinate representation of color #B95560: hue angle of 353.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B95560 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 85 96 -
CMYK 0 0.54 0.48 0.27
HSL 353.4º 0.42% 0.53% -
HSV(B) 353.4º 0.54% 0.73% -
XYZ 25.37 17.66 13.14 -
YUV 116.15 116.63 177.11 -
System Red Green Blue C M Y K H S L
Decimal 185 85 96 0 0.54 0.48 0.27 353.4 0.42 0.53
Hex B9 55 60 0 36 30 1B 161 2A 35
Octal 271 125 140 0 66 60 33 541 52 65
Binary 10111001 1010101 1100000 0 110110 110000 11011 101100001 101010 110101

Color Harmonies of #B95560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95560

Black with #B95560

Text Example


Text Example

White with #B95560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95560; }

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

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

background-color css

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

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

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

border-color css

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

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

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