Html Css Color HEX #BC5364 Blush

📋 copy color: '#BC5364'

red 188 ◦ green 83 ◦ blue 100

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

Shades of Blush #BC5364

Tints of Blush #BC5364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.95%

R = 50.67%
G = 22.37%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC5364 (or 0xBC5364) is known color: Blush. HEX triplet: BC, 53 and 64. RGB value is (188,83,100). Sum of RGB (Red+Green+Blue) = 188+83+100=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5364 is #43AC9B. Grayscale: #747474. Windows color (decimal): -4435100 or 6575036. OLE color: 6575036.

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

Color convert

RGB 188 83 100 -
CMYK 0 0.56 0.47 0.26
HSL 350.29º 0.44% 0.53% -
HSV(B) 350.29º 0.56% 0.74% -
XYZ 26.13 17.8 14.11 -
YUV 116.33 118.79 179.12 -
System Red Green Blue C M Y K H S L
Decimal 188 83 100 0 0.56 0.47 0.26 350.29 0.44 0.53
Hex BC 53 64 0 38 2F 1A 15E 2C 35
Octal 274 123 144 0 70 57 32 536 54 65
Binary 10111100 1010011 1100100 0 111000 101111 11010 101011110 101100 110101

Color Harmonies of #BC5364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5364

Black with #BC5364

Text Example


Text Example

White with #BC5364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5364; }

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

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

background-color css

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

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

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

border-color css

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

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

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