Html Css Color HEX #BC495D Blush

📋 copy color: '#BC495D'

red 188 ◦ green 73 ◦ blue 93

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

Shades of Blush #BC495D

Tints of Blush #BC495D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.27%

R = 53.11%
G = 20.62%
B = 26.27%

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

#BC495D (or 0xBC495D) is known color: Blush. HEX triplet: BC, 49 and 5D. RGB value is (188,73,93). Sum of RGB (Red+Green+Blue) = 188+73+93=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC495D is #43B6A2. Grayscale: #6D6D6D. Windows color (decimal): -4437667 or 6113724. OLE color: 6113724.

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

Color convert

RGB 188 73 93 -
CMYK 0 0.61 0.51 0.26
HSL 349.57º 0.46% 0.51% -
HSV(B) 349.57º 0.61% 0.74% -
XYZ 25.1 16.25 12.17 -
YUV 109.67 118.6 183.87 -
System Red Green Blue C M Y K H S L
Decimal 188 73 93 0 0.61 0.51 0.26 349.57 0.46 0.51
Hex BC 49 5D 0 3D 33 1A 15E 2E 33
Octal 274 111 135 0 75 63 32 536 56 63
Binary 10111100 1001001 1011101 0 111101 110011 11010 101011110 101110 110011

Color Harmonies of #BC495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC495D

Black with #BC495D

Text Example


Text Example

White with #BC495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC495D; }

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

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

background-color css

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

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

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

border-color css

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

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

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