Html Css Color HEX #BC5264 Blush

📋 copy color: '#BC5264'

red 188 ◦ green 82 ◦ blue 100

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

Shades of Blush #BC5264

Tints of Blush #BC5264

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.16%

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

R = 50.81%
G = 22.16%
B = 27.03%

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

#BC5264 (or 0xBC5264) is known color: Blush. HEX triplet: BC, 52 and 64. RGB value is (188,82,100). Sum of RGB (Red+Green+Blue) = 188+82+100=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5264 is #43AD9B. Grayscale: #737373. Windows color (decimal): -4435356 or 6574780. OLE color: 6574780.

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

Color convert

RGB 188 82 100 -
CMYK 0 0.56 0.47 0.26
HSL 349.81º 0.44% 0.53% -
HSV(B) 349.81º 0.56% 0.74% -
XYZ 26.06 17.65 14.09 -
YUV 115.75 119.12 179.54 -
System Red Green Blue C M Y K H S L
Decimal 188 82 100 0 0.56 0.47 0.26 349.81 0.44 0.53
Hex BC 52 64 0 38 2F 1A 15E 2C 35
Octal 274 122 144 0 70 57 32 536 54 65
Binary 10111100 1010010 1100100 0 111000 101111 11010 101011110 101100 110101

Color Harmonies of #BC5264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5264

Black with #BC5264

Text Example


Text Example

White with #BC5264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5264; }

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

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

background-color css

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

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

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

border-color css

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

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

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