Html Css Color HEX #BC5460 Blush

📋 copy color: '#BC5460'

red 188 ◦ green 84 ◦ blue 96

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

Shades of Blush #BC5460

Tints of Blush #BC5460

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.83%

 BLUE value IS 96 (37.89% from 255) = 26.09%

R = 51.09%
G = 22.83%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC5460 (or 0xBC5460) is known color: Blush. HEX triplet: BC, 54 and 60. RGB value is (188,84,96). Sum of RGB (Red+Green+Blue) = 188+84+96=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5460 is #43AB9F. Grayscale: #747474. Windows color (decimal): -4434848 or 6313148. OLE color: 6313148.

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

Color convert

RGB 188 84 96 -
CMYK 0 0.55 0.49 0.26
HSL 353.08º 0.44% 0.53% -
HSV(B) 353.08º 0.55% 0.74% -
XYZ 26.02 17.88 13.15 -
YUV 116.46 116.46 179.02 -
System Red Green Blue C M Y K H S L
Decimal 188 84 96 0 0.55 0.49 0.26 353.08 0.44 0.53
Hex BC 54 60 0 37 31 1A 161 2C 35
Octal 274 124 140 0 67 61 32 541 54 65
Binary 10111100 1010100 1100000 0 110111 110001 11010 101100001 101100 110101

Color Harmonies of #BC5460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5460

Black with #BC5460

Text Example


Text Example

White with #BC5460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5460; }

 p { color: rgb(188,84,96); }

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

background-color css

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

 a { background-color: rgb(188,84,96); }

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

border-color css

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

 span { border-color: rgb(188,84,96); }

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