Html Css Color HEX #B95971 Blush

📋 copy color: '#B95971'

red 185 ◦ green 89 ◦ blue 113

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

Shades of Blush #B95971

Tints of Blush #B95971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23%

 BLUE value IS 113 (44.53% from 255) = 29.2%

R = 47.8%
G = 23%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B95971 (or 0xB95971) is known color: Blush. HEX triplet: B9, 59 and 71. RGB value is (185,89,113). Sum of RGB (Red+Green+Blue) = 185+89+113=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B95971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95971 is #46A68E. Grayscale: #787878. Windows color (decimal): -4630159 or 7428537. OLE color: 7428537.

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

Color convert

RGB 185 89 113 -
CMYK 0 0.52 0.39 0.27
HSL 345º 0.41% 0.54% -
HSV(B) 345º 0.52% 0.73% -
XYZ 26.56 18.65 17.82 -
YUV 120.44 123.8 174.05 -
System Red Green Blue C M Y K H S L
Decimal 185 89 113 0 0.52 0.39 0.27 345 0.41 0.54
Hex B9 59 71 0 34 27 1B 159 29 36
Octal 271 131 161 0 64 47 33 531 51 66
Binary 10111001 1011001 1110001 0 110100 100111 11011 101011001 101001 110110

Color Harmonies of #B95971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95971

Black with #B95971

Text Example


Text Example

White with #B95971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95971; }

 p { color: rgb(185,89,113); }

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

background-color css

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

 a { background-color: rgb(185,89,113); }

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

border-color css

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

 span { border-color: rgb(185,89,113); }

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