Html Css Color HEX #BC4B60 Blush

📋 copy color: '#BC4B60'

red 188 ◦ green 75 ◦ blue 96

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

Shades of Blush #BC4B60

Tints of Blush #BC4B60

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.89%

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

R = 52.37%
G = 20.89%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC4B60 (or 0xBC4B60) is known color: Blush. HEX triplet: BC, 4B and 60. RGB value is (188,75,96). Sum of RGB (Red+Green+Blue) = 188+75+96=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4B60 is #43B49F. Grayscale: #6F6F6F. Windows color (decimal): -4437152 or 6310844. OLE color: 6310844.

HSL color Cylindrical-coordinate representation of color #BC4B60: hue angle of 348.85º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4B60 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 75 96 -
CMYK 0 0.60 0.49 0.26
HSL 348.85º 0.46% 0.52% -
HSV(B) 348.85º 0.6% 0.74% -
XYZ 25.37 16.57 12.93 -
YUV 111.18 119.44 182.79 -
System Red Green Blue C M Y K H S L
Decimal 188 75 96 0 0.60 0.49 0.26 348.85 0.46 0.52
Hex BC 4B 60 0 3C 31 1A 15D 2E 34
Octal 274 113 140 0 74 61 32 535 56 64
Binary 10111100 1001011 1100000 0 111100 110001 11010 101011101 101110 110100

Color Harmonies of #BC4B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4B60

Black with #BC4B60

Text Example


Text Example

White with #BC4B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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