Html Css Color HEX #BC5769 Blush

📋 copy color: '#BC5769'

red 188 ◦ green 87 ◦ blue 105

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

Shades of Blush #BC5769

Tints of Blush #BC5769

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.89%

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

R = 49.47%
G = 22.89%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC5769 (or 0xBC5769) is known color: Blush. HEX triplet: BC, 57 and 69. RGB value is (188,87,105). Sum of RGB (Red+Green+Blue) = 188+87+105=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5769 is #43A896. Grayscale: #777777. Windows color (decimal): -4434071 or 6903740. OLE color: 6903740.

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

Color convert

RGB 188 87 105 -
CMYK 0 0.54 0.44 0.26
HSL 349.31º 0.43% 0.54% -
HSV(B) 349.31º 0.54% 0.74% -
XYZ 26.7 18.53 15.53 -
YUV 119.25 119.96 177.04 -
System Red Green Blue C M Y K H S L
Decimal 188 87 105 0 0.54 0.44 0.26 349.31 0.43 0.54
Hex BC 57 69 0 36 2C 1A 15D 2B 36
Octal 274 127 151 0 66 54 32 535 53 66
Binary 10111100 1010111 1101001 0 110110 101100 11010 101011101 101011 110110

Color Harmonies of #BC5769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5769

Black with #BC5769

Text Example


Text Example

White with #BC5769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5769; }

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

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

background-color css

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

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

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

border-color css

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

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

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