Html Css Color HEX #BC5164 Blush

📋 copy color: '#BC5164'

red 188 ◦ green 81 ◦ blue 100

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

Shades of Blush #BC5164

Tints of Blush #BC5164

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.95%

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

R = 50.95%
G = 21.95%
B = 27.1%

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

#BC5164 (or 0xBC5164) is known color: Blush. HEX triplet: BC, 51 and 64. RGB value is (188,81,100). Sum of RGB (Red+Green+Blue) = 188+81+100=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5164 is #43AE9B. Grayscale: #737373. Windows color (decimal): -4435612 or 6574524. OLE color: 6574524.

HSL color Cylindrical-coordinate representation of color #BC5164: hue angle of 349.35º degrees, saturation: 0.44, 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 #BC5164 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 81 100 -
CMYK 0 0.57 0.47 0.26
HSL 349.35º 0.44% 0.53% -
HSV(B) 349.35º 0.57% 0.74% -
XYZ 25.98 17.5 14.06 -
YUV 115.16 119.45 179.96 -
System Red Green Blue C M Y K H S L
Decimal 188 81 100 0 0.57 0.47 0.26 349.35 0.44 0.53
Hex BC 51 64 0 39 2F 1A 15D 2C 35
Octal 274 121 144 0 71 57 32 535 54 65
Binary 10111100 1010001 1100100 0 111001 101111 11010 101011101 101100 110101

Color Harmonies of #BC5164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5164

Black with #BC5164

Text Example


Text Example

White with #BC5164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5164; }

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

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

background-color css

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

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

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

border-color css

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

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

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