Html Css Color HEX #BC5064 Blush

📋 copy color: '#BC5064'

red 188 ◦ green 80 ◦ blue 100

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

Shades of Blush #BC5064

Tints of Blush #BC5064

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.74%

 BLUE value IS 100 (39.45% from 255) = 27.17%

R = 51.09%
G = 21.74%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC5064 (or 0xBC5064) is known color: Blush. HEX triplet: BC, 50 and 64. RGB value is (188,80,100). Sum of RGB (Red+Green+Blue) = 188+80+100=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5064 is #43AF9B. Grayscale: #727272. Windows color (decimal): -4435868 or 6574268. OLE color: 6574268.

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

Color convert

RGB 188 80 100 -
CMYK 0 0.57 0.47 0.26
HSL 348.89º 0.45% 0.53% -
HSV(B) 348.89º 0.57% 0.74% -
XYZ 25.91 17.35 14.04 -
YUV 114.57 119.78 180.37 -
System Red Green Blue C M Y K H S L
Decimal 188 80 100 0 0.57 0.47 0.26 348.89 0.45 0.53
Hex BC 50 64 0 39 2F 1A 15D 2D 35
Octal 274 120 144 0 71 57 32 535 55 65
Binary 10111100 1010000 1100100 0 111001 101111 11010 101011101 101101 110101

Color Harmonies of #BC5064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5064

Black with #BC5064

Text Example


Text Example

White with #BC5064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5064; }

 p { color: rgb(188,80,100); }

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

background-color css

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

 a { background-color: rgb(188,80,100); }

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

border-color css

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

 span { border-color: rgb(188,80,100); }

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