Html Css Color HEX #B95C70 Blush

📋 copy color: '#B95C70'

red 185 ◦ green 92 ◦ blue 112

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

Shades of Blush #B95C70

Tints of Blush #B95C70

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.65%

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

R = 47.56%
G = 23.65%
B = 28.79%

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

#B95C70 (or 0xB95C70) is known color: Blush. HEX triplet: B9, 5C and 70. RGB value is (185,92,112). Sum of RGB (Red+Green+Blue) = 185+92+112=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95C70 is #46A38F. Grayscale: #7A7A7A. Windows color (decimal): -4629392 or 7363769. OLE color: 7363769.

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

Color convert

RGB 185 92 112 -
CMYK 0 0.50 0.39 0.27
HSL 347.1º 0.4% 0.54% -
HSV(B) 347.1º 0.5% 0.73% -
XYZ 26.76 19.14 17.61 -
YUV 122.09 122.31 172.87 -
System Red Green Blue C M Y K H S L
Decimal 185 92 112 0 0.50 0.39 0.27 347.1 0.4 0.54
Hex B9 5C 70 0 32 27 1B 15B 28 36
Octal 271 134 160 0 62 47 33 533 50 66
Binary 10111001 1011100 1110000 0 110010 100111 11011 101011011 101000 110110

Color Harmonies of #B95C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95C70

Black with #B95C70

Text Example


Text Example

White with #B95C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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