Html Css Color HEX #BC4564 Blush

📋 copy color: '#BC4564'

red 188 ◦ green 69 ◦ blue 100

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

Shades of Blush #BC4564

Tints of Blush #BC4564

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.33%

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

R = 52.66%
G = 19.33%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC4564 (or 0xBC4564) is known color: Blush. HEX triplet: BC, 45 and 64. RGB value is (188,69,100). Sum of RGB (Red+Green+Blue) = 188+69+100=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4564 is #43BA9B. Grayscale: #6C6C6C. Windows color (decimal): -4438684 or 6571452. OLE color: 6571452.

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

Color convert

RGB 188 69 100 -
CMYK 0 0.63 0.47 0.26
HSL 344.37º 0.47% 0.5% -
HSV(B) 344.37º 0.63% 0.74% -
XYZ 25.17 15.87 13.79 -
YUV 108.12 123.42 184.98 -
System Red Green Blue C M Y K H S L
Decimal 188 69 100 0 0.63 0.47 0.26 344.37 0.47 0.5
Hex BC 45 64 0 3F 2F 1A 158 2F 32
Octal 274 105 144 0 77 57 32 530 57 62
Binary 10111100 1000101 1100100 0 111111 101111 11010 101011000 101111 110010

Color Harmonies of #BC4564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4564

Black with #BC4564

Text Example


Text Example

White with #BC4564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4564; }

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

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

background-color css

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

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

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

border-color css

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

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

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