Html Css Color HEX #B95A70 Blush

📋 copy color: '#B95A70'

red 185 ◦ green 90 ◦ blue 112

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

Shades of Blush #B95A70

Tints of Blush #B95A70

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.26%

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

R = 47.8%
G = 23.26%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B95A70 (or 0xB95A70) is known color: Blush. HEX triplet: B9, 5A and 70. RGB value is (185,90,112). Sum of RGB (Red+Green+Blue) = 185+90+112=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95A70 is #46A58F. Grayscale: #787878. Windows color (decimal): -4629904 or 7363257. OLE color: 7363257.

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

Color convert

RGB 185 90 112 -
CMYK 0 0.51 0.39 0.27
HSL 346.11º 0.4% 0.54% -
HSV(B) 346.11º 0.51% 0.73% -
XYZ 26.59 18.8 17.56 -
YUV 120.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 185 90 112 0 0.51 0.39 0.27 346.11 0.4 0.54
Hex B9 5A 70 0 33 27 1B 15A 28 36
Octal 271 132 160 0 63 47 33 532 50 66
Binary 10111001 1011010 1110000 0 110011 100111 11011 101011010 101000 110110

Color Harmonies of #B95A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95A70

Black with #B95A70

Text Example


Text Example

White with #B95A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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