Html Css Color HEX #BB496B Blush

📋 copy color: '#BB496B'

red 187 ◦ green 73 ◦ blue 107

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

Shades of Blush #BB496B

Tints of Blush #BB496B

RGB

 RED value IS 187 (73.44% from 255) = 50.95%

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

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

R = 50.95%
G = 19.89%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB496B (or 0xBB496B) is known color: Blush. HEX triplet: BB, 49 and 6B. RGB value is (187,73,107). Sum of RGB (Red+Green+Blue) = 187+73+107=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB496B is #44B694. Grayscale: #6E6E6E. Windows color (decimal): -4503189 or 7031227. OLE color: 7031227.

HSL color Cylindrical-coordinate representation of color #BB496B: hue angle of 342.11º degrees, saturation: 0.46, 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 #BB496B is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 73 107 -
CMYK 0 0.61 0.43 0.27
HSL 342.11º 0.46% 0.51% -
HSV(B) 342.11º 0.61% 0.73% -
XYZ 25.53 16.39 15.73 -
YUV 110.96 125.77 182.24 -
System Red Green Blue C M Y K H S L
Decimal 187 73 107 0 0.61 0.43 0.27 342.11 0.46 0.51
Hex BB 49 6B 0 3D 2B 1B 156 2E 33
Octal 273 111 153 0 75 53 33 526 56 63
Binary 10111011 1001001 1101011 0 111101 101011 11011 101010110 101110 110011

Color Harmonies of #BB496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB496B

Black with #BB496B

Text Example


Text Example

White with #BB496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB496B; }

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

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

background-color css

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

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

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

border-color css

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

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

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