Html Css Color HEX #B95564 Blush

📋 copy color: '#B95564'

red 185 ◦ green 85 ◦ blue 100

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

Shades of Blush #B95564

Tints of Blush #B95564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.03%

R = 50%
G = 22.97%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B95564 (or 0xB95564) is known color: Blush. HEX triplet: B9, 55 and 64. RGB value is (185,85,100). Sum of RGB (Red+Green+Blue) = 185+85+100=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B95564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95564 is #46AA9B. Grayscale: #747474. Windows color (decimal): -4631196 or 6575545. OLE color: 6575545.

HSL color Cylindrical-coordinate representation of color #B95564: hue angle of 351º 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 #B95564 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 85 100 -
CMYK 0 0.54 0.46 0.27
HSL 351º 0.42% 0.53% -
HSV(B) 351º 0.54% 0.73% -
XYZ 25.56 17.73 14.13 -
YUV 116.61 118.63 176.78 -
System Red Green Blue C M Y K H S L
Decimal 185 85 100 0 0.54 0.46 0.27 351 0.42 0.53
Hex B9 55 64 0 36 2E 1B 15F 2A 35
Octal 271 125 144 0 66 56 33 537 52 65
Binary 10111001 1010101 1100100 0 110110 101110 11011 101011111 101010 110101

Color Harmonies of #B95564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95564

Black with #B95564

Text Example


Text Example

White with #B95564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95564; }

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

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

background-color css

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

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

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

border-color css

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

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

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