Html Css Color HEX #BC496A Blush

📋 copy color: '#BC496A'

red 188 ◦ green 73 ◦ blue 106

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

Shades of Blush #BC496A

Tints of Blush #BC496A

RGB

 RED value IS 188 (73.83% from 255) = 51.23%

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

 BLUE value IS 106 (41.8% from 255) = 28.88%

R = 51.23%
G = 19.89%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC496A (or 0xBC496A) is known color: Blush. HEX triplet: BC, 49 and 6A. RGB value is (188,73,106). Sum of RGB (Red+Green+Blue) = 188+73+106=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC496A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC496A is #43B695. Grayscale: #6F6F6F. Windows color (decimal): -4437654 or 6965692. OLE color: 6965692.

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

Color convert

RGB 188 73 106 -
CMYK 0 0.61 0.44 0.26
HSL 342.78º 0.46% 0.51% -
HSV(B) 342.78º 0.61% 0.74% -
XYZ 25.72 16.5 15.46 -
YUV 111.15 125.1 182.82 -
System Red Green Blue C M Y K H S L
Decimal 188 73 106 0 0.61 0.44 0.26 342.78 0.46 0.51
Hex BC 49 6A 0 3D 2C 1A 157 2E 33
Octal 274 111 152 0 75 54 32 527 56 63
Binary 10111100 1001001 1101010 0 111101 101100 11010 101010111 101110 110011

Color Harmonies of #BC496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC496A

Black with #BC496A

Text Example


Text Example

White with #BC496A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC496A; }

 p { color: rgb(188,73,106); }

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

background-color css

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

 a { background-color: rgb(188,73,106); }

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

border-color css

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

 span { border-color: rgb(188,73,106); }

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