Html Css Color HEX #BC4661 Blush

📋 copy color: '#BC4661'

red 188 ◦ green 70 ◦ blue 97

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

Shades of Blush #BC4661

Tints of Blush #BC4661

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.72%

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

R = 52.96%
G = 19.72%
B = 27.32%

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

#BC4661 (or 0xBC4661) is known color: Blush. HEX triplet: BC, 46 and 61. RGB value is (188,70,97). Sum of RGB (Red+Green+Blue) = 188+70+97=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4661 is #43B99E. Grayscale: #6C6C6C. Windows color (decimal): -4438431 or 6375100. OLE color: 6375100.

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

Color convert

RGB 188 70 97 -
CMYK 0 0.63 0.48 0.26
HSL 346.27º 0.47% 0.51% -
HSV(B) 346.27º 0.63% 0.74% -
XYZ 25.09 15.93 13.06 -
YUV 108.36 121.59 184.8 -
System Red Green Blue C M Y K H S L
Decimal 188 70 97 0 0.63 0.48 0.26 346.27 0.47 0.51
Hex BC 46 61 0 3F 30 1A 15A 2F 33
Octal 274 106 141 0 77 60 32 532 57 63
Binary 10111100 1000110 1100001 0 111111 110000 11010 101011010 101111 110011

Color Harmonies of #BC4661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4661

Black with #BC4661

Text Example


Text Example

White with #BC4661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4661; }

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

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

background-color css

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

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

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

border-color css

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

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

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