Html Css Color HEX #BC5360 Blush

📋 copy color: '#BC5360'

red 188 ◦ green 83 ◦ blue 96

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

Shades of Blush #BC5360

Tints of Blush #BC5360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.62%

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

R = 51.23%
G = 22.62%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC5360 (or 0xBC5360) is known color: Blush. HEX triplet: BC, 53 and 60. RGB value is (188,83,96). Sum of RGB (Red+Green+Blue) = 188+83+96=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5360 is #43AC9F. Grayscale: #737373. Windows color (decimal): -4435104 or 6312892. OLE color: 6312892.

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

Color convert

RGB 188 83 96 -
CMYK 0 0.56 0.49 0.26
HSL 352.57º 0.44% 0.53% -
HSV(B) 352.57º 0.56% 0.74% -
XYZ 25.94 17.72 13.12 -
YUV 115.88 116.79 179.44 -
System Red Green Blue C M Y K H S L
Decimal 188 83 96 0 0.56 0.49 0.26 352.57 0.44 0.53
Hex BC 53 60 0 38 31 1A 161 2C 35
Octal 274 123 140 0 70 61 32 541 54 65
Binary 10111100 1010011 1100000 0 111000 110001 11010 101100001 101100 110101

Color Harmonies of #BC5360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5360

Black with #BC5360

Text Example


Text Example

White with #BC5360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5360; }

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

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

background-color css

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

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

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

border-color css

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

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

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