Html Css Color HEX #B95D70 Blush

📋 copy color: '#B95D70'

red 185 ◦ green 93 ◦ blue 112

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

Shades of Blush #B95D70

Tints of Blush #B95D70

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.85%

 BLUE value IS 112 (44.14% from 255) = 28.72%

R = 47.44%
G = 23.85%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B95D70 (or 0xB95D70) is known color: Blush. HEX triplet: B9, 5D and 70. RGB value is (185,93,112). Sum of RGB (Red+Green+Blue) = 185+93+112=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95D70 is #46A28F. Grayscale: #7A7A7A. Windows color (decimal): -4629136 or 7364025. OLE color: 7364025.

HSL color Cylindrical-coordinate representation of color #B95D70: hue angle of 347.61º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95D70 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 93 112 -
CMYK 0 0.50 0.39 0.27
HSL 347.61º 0.4% 0.55% -
HSV(B) 347.61º 0.5% 0.73% -
XYZ 26.85 19.31 17.64 -
YUV 122.67 121.98 172.46 -
System Red Green Blue C M Y K H S L
Decimal 185 93 112 0 0.50 0.39 0.27 347.61 0.4 0.55
Hex B9 5D 70 0 32 27 1B 15C 28 37
Octal 271 135 160 0 62 47 33 534 50 67
Binary 10111001 1011101 1110000 0 110010 100111 11011 101011100 101000 110111

Color Harmonies of #B95D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95D70

Black with #B95D70

Text Example


Text Example

White with #B95D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95D70; }

 p { color: rgb(185,93,112); }

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

background-color css

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

 a { background-color: rgb(185,93,112); }

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

border-color css

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

 span { border-color: rgb(185,93,112); }

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