Html Css Color HEX #BC4260 Blush

📋 copy color: '#BC4260'

red 188 ◦ green 66 ◦ blue 96

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

Shades of Blush #BC4260

Tints of Blush #BC4260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.86%

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

R = 53.71%
G = 18.86%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC4260 (or 0xBC4260) is known color: Blush. HEX triplet: BC, 42 and 60. RGB value is (188,66,96). Sum of RGB (Red+Green+Blue) = 188+66+96=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4260 is #43BD9F. Grayscale: #696969. Windows color (decimal): -4439456 or 6308540. OLE color: 6308540.

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

Color convert

RGB 188 66 96 -
CMYK 0 0.65 0.49 0.26
HSL 345.25º 0.48% 0.5% -
HSV(B) 345.25º 0.65% 0.74% -
XYZ 24.8 15.43 12.74 -
YUV 105.9 122.42 186.56 -
System Red Green Blue C M Y K H S L
Decimal 188 66 96 0 0.65 0.49 0.26 345.25 0.48 0.5
Hex BC 42 60 0 41 31 1A 159 30 32
Octal 274 102 140 0 101 61 32 531 60 62
Binary 10111100 1000010 1100000 0 1000001 110001 11010 101011001 110000 110010

Color Harmonies of #BC4260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4260

Black with #BC4260

Text Example


Text Example

White with #BC4260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4260; }

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

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

background-color css

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

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

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

border-color css

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

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

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