Html Css Color HEX #BC495C Blush

📋 copy color: '#BC495C'

red 188 ◦ green 73 ◦ blue 92

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

Shades of Blush #BC495C

Tints of Blush #BC495C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.06%

R = 53.26%
G = 20.68%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC495C (or 0xBC495C) is known color: Blush. HEX triplet: BC, 49 and 5C. RGB value is (188,73,92). Sum of RGB (Red+Green+Blue) = 188+73+92=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC495C is #43B6A3. Grayscale: #6D6D6D. Windows color (decimal): -4437668 or 6048188. OLE color: 6048188.

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

Color convert

RGB 188 73 92 -
CMYK 0 0.61 0.51 0.26
HSL 350.09º 0.46% 0.51% -
HSV(B) 350.09º 0.61% 0.74% -
XYZ 25.05 16.23 11.94 -
YUV 109.55 118.1 183.96 -
System Red Green Blue C M Y K H S L
Decimal 188 73 92 0 0.61 0.51 0.26 350.09 0.46 0.51
Hex BC 49 5C 0 3D 33 1A 15E 2E 33
Octal 274 111 134 0 75 63 32 536 56 63
Binary 10111100 1001001 1011100 0 111101 110011 11010 101011110 101110 110011

Color Harmonies of #BC495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC495C

Black with #BC495C

Text Example


Text Example

White with #BC495C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC495C; }

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

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

background-color css

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

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

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

border-color css

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

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

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