Html Css Color HEX #BC5D6E Blush

📋 copy color: '#BC5D6E'

red 188 ◦ green 93 ◦ blue 110

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

Shades of Blush #BC5D6E

Tints of Blush #BC5D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.13%

R = 48.08%
G = 23.79%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC5D6E (or 0xBC5D6E) is known color: Blush. HEX triplet: BC, 5D and 6E. RGB value is (188,93,110). Sum of RGB (Red+Green+Blue) = 188+93+110=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5D6E is #43A291. Grayscale: #7B7B7B. Windows color (decimal): -4432530 or 7232956. OLE color: 7232956.

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

Color convert

RGB 188 93 110 -
CMYK 0 0.51 0.41 0.26
HSL 349.26º 0.41% 0.55% -
HSV(B) 349.26º 0.51% 0.74% -
XYZ 27.47 19.65 17.1 -
YUV 123.34 120.47 174.12 -
System Red Green Blue C M Y K H S L
Decimal 188 93 110 0 0.51 0.41 0.26 349.26 0.41 0.55
Hex BC 5D 6E 0 33 29 1A 15D 29 37
Octal 274 135 156 0 63 51 32 535 51 67
Binary 10111100 1011101 1101110 0 110011 101001 11010 101011101 101001 110111

Color Harmonies of #BC5D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5D6E

Black with #BC5D6E

Text Example


Text Example

White with #BC5D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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