Html Css Color HEX #B95A72 Blush

📋 copy color: '#B95A72'

red 185 ◦ green 90 ◦ blue 114

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

Shades of Blush #B95A72

Tints of Blush #B95A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.31%

R = 47.56%
G = 23.14%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B95A72 (or 0xB95A72) is known color: Blush. HEX triplet: B9, 5A and 72. RGB value is (185,90,114). Sum of RGB (Red+Green+Blue) = 185+90+114=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95A72 is #46A58D. Grayscale: #797979. Windows color (decimal): -4629902 or 7494329. OLE color: 7494329.

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

Color convert

RGB 185 90 114 -
CMYK 0 0.51 0.38 0.27
HSL 344.84º 0.4% 0.54% -
HSV(B) 344.84º 0.51% 0.73% -
XYZ 26.7 18.84 18.15 -
YUV 121.14 123.97 173.55 -
System Red Green Blue C M Y K H S L
Decimal 185 90 114 0 0.51 0.38 0.27 344.84 0.4 0.54
Hex B9 5A 72 0 33 26 1B 159 28 36
Octal 271 132 162 0 63 46 33 531 50 66
Binary 10111001 1011010 1110010 0 110011 100110 11011 101011001 101000 110110

Color Harmonies of #B95A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95A72

Black with #B95A72

Text Example


Text Example

White with #B95A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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