Html Css Color HEX #BC4561 Blush

📋 copy color: '#BC4561'

red 188 ◦ green 69 ◦ blue 97

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

Shades of Blush #BC4561

Tints of Blush #BC4561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.4%

R = 53.11%
G = 19.49%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC4561 (or 0xBC4561) is known color: Blush. HEX triplet: BC, 45 and 61. RGB value is (188,69,97). Sum of RGB (Red+Green+Blue) = 188+69+97=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4561 is #43BA9E. Grayscale: #6B6B6B. Windows color (decimal): -4438687 or 6374844. OLE color: 6374844.

HSL color Cylindrical-coordinate representation of color #BC4561: hue angle of 345.88º 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 #BC4561 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 69 97 -
CMYK 0 0.63 0.48 0.26
HSL 345.88º 0.47% 0.5% -
HSV(B) 345.88º 0.63% 0.74% -
XYZ 25.02 15.81 13.04 -
YUV 107.77 121.92 185.22 -
System Red Green Blue C M Y K H S L
Decimal 188 69 97 0 0.63 0.48 0.26 345.88 0.47 0.5
Hex BC 45 61 0 3F 30 1A 15A 2F 32
Octal 274 105 141 0 77 60 32 532 57 62
Binary 10111100 1000101 1100001 0 111111 110000 11010 101011010 101111 110010

Color Harmonies of #BC4561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4561

Black with #BC4561

Text Example


Text Example

White with #BC4561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4561; }

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

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

background-color css

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

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

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

border-color css

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

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

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