Html Css Color HEX #BC4960 Blush

📋 copy color: '#BC4960'

red 188 ◦ green 73 ◦ blue 96

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

Shades of Blush #BC4960

Tints of Blush #BC4960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.89%

R = 52.66%
G = 20.45%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC4960 (or 0xBC4960) is known color: Blush. HEX triplet: BC, 49 and 60. RGB value is (188,73,96). Sum of RGB (Red+Green+Blue) = 188+73+96=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4960 is #43B69F. Grayscale: #6E6E6E. Windows color (decimal): -4437664 or 6310332. OLE color: 6310332.

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

Color convert

RGB 188 73 96 -
CMYK 0 0.61 0.49 0.26
HSL 348º 0.46% 0.51% -
HSV(B) 348º 0.61% 0.74% -
XYZ 25.23 16.3 12.88 -
YUV 110.01 120.1 183.63 -
System Red Green Blue C M Y K H S L
Decimal 188 73 96 0 0.61 0.49 0.26 348 0.46 0.51
Hex BC 49 60 0 3D 31 1A 15C 2E 33
Octal 274 111 140 0 75 61 32 534 56 63
Binary 10111100 1001001 1100000 0 111101 110001 11010 101011100 101110 110011

Color Harmonies of #BC4960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4960

Black with #BC4960

Text Example


Text Example

White with #BC4960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4960; }

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

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

background-color css

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

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

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

border-color css

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

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

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