Html Css Color HEX #BC566F Blush

📋 copy color: '#BC566F'

red 188 ◦ green 86 ◦ blue 111

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

Shades of Blush #BC566F

Tints of Blush #BC566F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.34%

 BLUE value IS 111 (43.75% from 255) = 28.83%

R = 48.83%
G = 22.34%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC566F (or 0xBC566F) is known color: Blush. HEX triplet: BC, 56 and 6F. RGB value is (188,86,111). Sum of RGB (Red+Green+Blue) = 188+86+111=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC566F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC566F is #43A990. Grayscale: #777777. Windows color (decimal): -4434321 or 7296700. OLE color: 7296700.

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

Color convert

RGB 188 86 111 -
CMYK 0 0.54 0.41 0.26
HSL 345.29º 0.43% 0.54% -
HSV(B) 345.29º 0.54% 0.74% -
XYZ 26.94 18.49 17.19 -
YUV 119.35 123.29 176.97 -
System Red Green Blue C M Y K H S L
Decimal 188 86 111 0 0.54 0.41 0.26 345.29 0.43 0.54
Hex BC 56 6F 0 36 29 1A 159 2B 36
Octal 274 126 157 0 66 51 32 531 53 66
Binary 10111100 1010110 1101111 0 110110 101001 11010 101011001 101011 110110

Color Harmonies of #BC566F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC566F

Black with #BC566F

Text Example


Text Example

White with #BC566F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC566F; }

 p { color: rgb(188,86,111); }

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

background-color css

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

 a { background-color: rgb(188,86,111); }

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

border-color css

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

 span { border-color: rgb(188,86,111); }

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