Html Css Color HEX #BC5D72 Blush

📋 copy color: '#BC5D72'

red 188 ◦ green 93 ◦ blue 114

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

Shades of Blush #BC5D72

Tints of Blush #BC5D72

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.54%

 BLUE value IS 114 (44.92% from 255) = 28.86%

R = 47.59%
G = 23.54%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC5D72 (or 0xBC5D72) is known color: Blush. HEX triplet: BC, 5D and 72. RGB value is (188,93,114). Sum of RGB (Red+Green+Blue) = 188+93+114=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5D72 is #43A28D. Grayscale: #7B7B7B. Windows color (decimal): -4432526 or 7495100. OLE color: 7495100.

HSL color Cylindrical-coordinate representation of color #BC5D72: hue angle of 346.74º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC5D72 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 93 114 -
CMYK 0 0.51 0.39 0.26
HSL 346.74º 0.41% 0.55% -
HSV(B) 346.74º 0.51% 0.74% -
XYZ 27.69 19.73 18.27 -
YUV 123.8 122.47 173.79 -
System Red Green Blue C M Y K H S L
Decimal 188 93 114 0 0.51 0.39 0.26 346.74 0.41 0.55
Hex BC 5D 72 0 33 27 1A 15B 29 37
Octal 274 135 162 0 63 47 32 533 51 67
Binary 10111100 1011101 1110010 0 110011 100111 11010 101011011 101001 110111

Color Harmonies of #BC5D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5D72

Black with #BC5D72

Text Example


Text Example

White with #BC5D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5D72; }

 p { color: rgb(188,93,114); }

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

background-color css

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

 a { background-color: rgb(188,93,114); }

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

border-color css

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

 span { border-color: rgb(188,93,114); }

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