Html Css Color HEX #BC4963 Blush

📋 copy color: '#BC4963'

red 188 ◦ green 73 ◦ blue 99

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

Shades of Blush #BC4963

Tints of Blush #BC4963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.5%

R = 52.22%
G = 20.28%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC4963 (or 0xBC4963) is known color: Blush. HEX triplet: BC, 49 and 63. RGB value is (188,73,99). Sum of RGB (Red+Green+Blue) = 188+73+99=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4963 is #43B69C. Grayscale: #6E6E6E. Windows color (decimal): -4437661 or 6506940. OLE color: 6506940.

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

Color convert

RGB 188 73 99 -
CMYK 0 0.61 0.47 0.26
HSL 346.43º 0.46% 0.51% -
HSV(B) 346.43º 0.61% 0.74% -
XYZ 25.37 16.36 13.62 -
YUV 110.35 121.6 183.39 -
System Red Green Blue C M Y K H S L
Decimal 188 73 99 0 0.61 0.47 0.26 346.43 0.46 0.51
Hex BC 49 63 0 3D 2F 1A 15A 2E 33
Octal 274 111 143 0 75 57 32 532 56 63
Binary 10111100 1001001 1100011 0 111101 101111 11010 101011010 101110 110011

Color Harmonies of #BC4963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4963

Black with #BC4963

Text Example


Text Example

White with #BC4963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4963; }

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

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

background-color css

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

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

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

border-color css

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

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

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