Html Css Color HEX #BC4966 Blush

📋 copy color: '#BC4966'

red 188 ◦ green 73 ◦ blue 102

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

Shades of Blush #BC4966

Tints of Blush #BC4966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.1%

R = 51.79%
G = 20.11%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC4966 (or 0xBC4966) is known color: Blush. HEX triplet: BC, 49 and 66. RGB value is (188,73,102). Sum of RGB (Red+Green+Blue) = 188+73+102=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4966 is #43B699. Grayscale: #6E6E6E. Windows color (decimal): -4437658 or 6703548. OLE color: 6703548.

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

Color convert

RGB 188 73 102 -
CMYK 0 0.61 0.46 0.26
HSL 344.87º 0.46% 0.51% -
HSV(B) 344.87º 0.61% 0.74% -
XYZ 25.52 16.42 14.39 -
YUV 110.69 123.1 183.14 -
System Red Green Blue C M Y K H S L
Decimal 188 73 102 0 0.61 0.46 0.26 344.87 0.46 0.51
Hex BC 49 66 0 3D 2E 1A 159 2E 33
Octal 274 111 146 0 75 56 32 531 56 63
Binary 10111100 1001001 1100110 0 111101 101110 11010 101011001 101110 110011

Color Harmonies of #BC4966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4966

Black with #BC4966

Text Example


Text Example

White with #BC4966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4966; }

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

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

background-color css

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

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

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

border-color css

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

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

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