Html Css Color HEX #BC5871 Blush

📋 copy color: '#BC5871'

red 188 ◦ green 88 ◦ blue 113

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

Shades of Blush #BC5871

Tints of Blush #BC5871

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.62%

 BLUE value IS 113 (44.53% from 255) = 29.05%

R = 48.33%
G = 22.62%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC5871 (or 0xBC5871) is known color: Blush. HEX triplet: BC, 58 and 71. RGB value is (188,88,113). Sum of RGB (Red+Green+Blue) = 188+88+113=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5871 is #43A78E. Grayscale: #787878. Windows color (decimal): -4433807 or 7428284. OLE color: 7428284.

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

Color convert

RGB 188 88 113 -
CMYK 0 0.53 0.40 0.26
HSL 345º 0.43% 0.54% -
HSV(B) 345º 0.53% 0.74% -
XYZ 27.21 18.86 17.83 -
YUV 120.75 123.63 175.97 -
System Red Green Blue C M Y K H S L
Decimal 188 88 113 0 0.53 0.40 0.26 345 0.43 0.54
Hex BC 58 71 0 35 28 1A 159 2B 36
Octal 274 130 161 0 65 50 32 531 53 66
Binary 10111100 1011000 1110001 0 110101 101000 11010 101011001 101011 110110

Color Harmonies of #BC5871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5871

Black with #BC5871

Text Example


Text Example

White with #BC5871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5871; }

 p { color: rgb(188,88,113); }

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

background-color css

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

 a { background-color: rgb(188,88,113); }

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

border-color css

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

 span { border-color: rgb(188,88,113); }

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