Html Css Color HEX #B9496B Blush

📋 copy color: '#B9496B'

red 185 ◦ green 73 ◦ blue 107

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

Shades of Blush #B9496B

Tints of Blush #B9496B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20%

 BLUE value IS 107 (42.19% from 255) = 29.32%

R = 50.68%
G = 20%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9496B (or 0xB9496B) is known color: Blush. HEX triplet: B9, 49 and 6B. RGB value is (185,73,107). Sum of RGB (Red+Green+Blue) = 185+73+107=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B9496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9496B is #46B694. Grayscale: #6E6E6E. Windows color (decimal): -4634261 or 7031225. OLE color: 7031225.

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

Color convert

RGB 185 73 107 -
CMYK 0 0.61 0.42 0.27
HSL 341.79º 0.44% 0.51% -
HSV(B) 341.79º 0.61% 0.73% -
XYZ 25.04 16.14 15.71 -
YUV 110.36 126.11 181.24 -
System Red Green Blue C M Y K H S L
Decimal 185 73 107 0 0.61 0.42 0.27 341.79 0.44 0.51
Hex B9 49 6B 0 3D 2A 1B 156 2C 33
Octal 271 111 153 0 75 52 33 526 54 63
Binary 10111001 1001001 1101011 0 111101 101010 11011 101010110 101100 110011

Color Harmonies of #B9496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9496B

Black with #B9496B

Text Example


Text Example

White with #B9496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9496B; }

 p { color: rgb(185,73,107); }

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

background-color css

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

 a { background-color: rgb(185,73,107); }

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

border-color css

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

 span { border-color: rgb(185,73,107); }

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