Html Css Color HEX #BC4961 Blush

📋 copy color: '#BC4961'

red 188 ◦ green 73 ◦ blue 97

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

Shades of Blush #BC4961

Tints of Blush #BC4961

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.39%

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

R = 52.51%
G = 20.39%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC4961 (or 0xBC4961) is known color: Blush. HEX triplet: BC, 49 and 61. RGB value is (188,73,97). Sum of RGB (Red+Green+Blue) = 188+73+97=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4961 is #43B69E. Grayscale: #6E6E6E. Windows color (decimal): -4437663 or 6375868. OLE color: 6375868.

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

Color convert

RGB 188 73 97 -
CMYK 0 0.61 0.48 0.26
HSL 347.48º 0.46% 0.51% -
HSV(B) 347.48º 0.61% 0.74% -
XYZ 25.28 16.32 13.13 -
YUV 110.12 120.6 183.55 -
System Red Green Blue C M Y K H S L
Decimal 188 73 97 0 0.61 0.48 0.26 347.48 0.46 0.51
Hex BC 49 61 0 3D 30 1A 15B 2E 33
Octal 274 111 141 0 75 60 32 533 56 63
Binary 10111100 1001001 1100001 0 111101 110000 11010 101011011 101110 110011

Color Harmonies of #BC4961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4961

Black with #BC4961

Text Example


Text Example

White with #BC4961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4961; }

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

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

background-color css

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

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

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

border-color css

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

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

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