Html Css Color HEX #BC4060 Blush

📋 copy color: '#BC4060'

red 188 ◦ green 64 ◦ blue 96

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

Shades of Blush #BC4060

Tints of Blush #BC4060

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.39%

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

R = 54.02%
G = 18.39%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC4060 (or 0xBC4060) is known color: Blush. HEX triplet: BC, 40 and 60. RGB value is (188,64,96). Sum of RGB (Red+Green+Blue) = 188+64+96=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4060 is #43BF9F. Grayscale: #686868. Windows color (decimal): -4439968 or 6308028. OLE color: 6308028.

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

Color convert

RGB 188 64 96 -
CMYK 0 0.66 0.49 0.26
HSL 344.52º 0.49% 0.49% -
HSV(B) 344.52º 0.66% 0.74% -
XYZ 24.68 15.2 12.7 -
YUV 104.72 123.08 187.4 -
System Red Green Blue C M Y K H S L
Decimal 188 64 96 0 0.66 0.49 0.26 344.52 0.49 0.49
Hex BC 40 60 0 42 31 1A 159 31 31
Octal 274 100 140 0 102 61 32 531 61 61
Binary 10111100 1000000 1100000 0 1000010 110001 11010 101011001 110001 110001

Color Harmonies of #BC4060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4060

Black with #BC4060

Text Example


Text Example

White with #BC4060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4060; }

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

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

background-color css

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

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

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

border-color css

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

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

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