Html Css Color HEX #BC5864 Blush

📋 copy color: '#BC5864'

red 188 ◦ green 88 ◦ blue 100

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

Shades of Blush #BC5864

Tints of Blush #BC5864

RGB

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

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

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

R = 50%
G = 23.4%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC5864 (or 0xBC5864) is known color: Blush. HEX triplet: BC, 58 and 64. RGB value is (188,88,100). Sum of RGB (Red+Green+Blue) = 188+88+100=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5864 is #43A79B. Grayscale: #777777. Windows color (decimal): -4433820 or 6576316. OLE color: 6576316.

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

Color convert

RGB 188 88 100 -
CMYK 0 0.53 0.47 0.26
HSL 352.8º 0.43% 0.54% -
HSV(B) 352.8º 0.53% 0.74% -
XYZ 26.53 18.59 14.25 -
YUV 119.27 117.13 177.02 -
System Red Green Blue C M Y K H S L
Decimal 188 88 100 0 0.53 0.47 0.26 352.8 0.43 0.54
Hex BC 58 64 0 35 2F 1A 161 2B 36
Octal 274 130 144 0 65 57 32 541 53 66
Binary 10111100 1011000 1100100 0 110101 101111 11010 101100001 101011 110110

Color Harmonies of #BC5864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5864

Black with #BC5864

Text Example


Text Example

White with #BC5864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5864; }

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

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

background-color css

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

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

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

border-color css

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

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

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