Html Css Color HEX #BC496B Blush

📋 copy color: '#BC496B'

red 188 ◦ green 73 ◦ blue 107

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

Shades of Blush #BC496B

Tints of Blush #BC496B

RGB

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

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

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

R = 51.09%
G = 19.84%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC496B (or 0xBC496B) is known color: Blush. HEX triplet: BC, 49 and 6B. RGB value is (188,73,107). Sum of RGB (Red+Green+Blue) = 188+73+107=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC496B is #43B694. Grayscale: #6F6F6F. Windows color (decimal): -4437653 or 7031228. OLE color: 7031228.

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

Color convert

RGB 188 73 107 -
CMYK 0 0.61 0.43 0.26
HSL 342.26º 0.46% 0.51% -
HSV(B) 342.26º 0.61% 0.74% -
XYZ 25.78 16.52 15.74 -
YUV 111.26 125.6 182.74 -
System Red Green Blue C M Y K H S L
Decimal 188 73 107 0 0.61 0.43 0.26 342.26 0.46 0.51
Hex BC 49 6B 0 3D 2B 1A 156 2E 33
Octal 274 111 153 0 75 53 32 526 56 63
Binary 10111100 1001001 1101011 0 111101 101011 11010 101010110 101110 110011

Color Harmonies of #BC496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC496B

Black with #BC496B

Text Example


Text Example

White with #BC496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC496B; }

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

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

background-color css

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

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

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

border-color css

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

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

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