Html Css Color HEX #BC5869 Blush

📋 copy color: '#BC5869'

red 188 ◦ green 88 ◦ blue 105

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

Shades of Blush #BC5869

Tints of Blush #BC5869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.56%

R = 49.34%
G = 23.1%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC5869 (or 0xBC5869) is known color: Blush. HEX triplet: BC, 58 and 69. RGB value is (188,88,105). Sum of RGB (Red+Green+Blue) = 188+88+105=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5869 is #43A796. Grayscale: #777777. Windows color (decimal): -4433815 or 6903996. OLE color: 6903996.

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

Color convert

RGB 188 88 105 -
CMYK 0 0.53 0.44 0.26
HSL 349.8º 0.43% 0.54% -
HSV(B) 349.8º 0.53% 0.74% -
XYZ 26.78 18.69 15.56 -
YUV 119.84 119.63 176.62 -
System Red Green Blue C M Y K H S L
Decimal 188 88 105 0 0.53 0.44 0.26 349.8 0.43 0.54
Hex BC 58 69 0 35 2C 1A 15E 2B 36
Octal 274 130 151 0 65 54 32 536 53 66
Binary 10111100 1011000 1101001 0 110101 101100 11010 101011110 101011 110110

Color Harmonies of #BC5869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5869

Black with #BC5869

Text Example


Text Example

White with #BC5869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5869; }

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

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

background-color css

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

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

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

border-color css

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

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

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