Html Css Color HEX #BC566D Blush

📋 copy color: '#BC566D'

red 188 ◦ green 86 ◦ blue 109

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

Shades of Blush #BC566D

Tints of Blush #BC566D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.46%

R = 49.09%
G = 22.45%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC566D (or 0xBC566D) is known color: Blush. HEX triplet: BC, 56 and 6D. RGB value is (188,86,109). Sum of RGB (Red+Green+Blue) = 188+86+109=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC566D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC566D is #43A992. Grayscale: #777777. Windows color (decimal): -4434323 or 7165628. OLE color: 7165628.

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

Color convert

RGB 188 86 109 -
CMYK 0 0.54 0.42 0.26
HSL 346.47º 0.43% 0.54% -
HSV(B) 346.47º 0.54% 0.74% -
XYZ 26.83 18.45 16.62 -
YUV 119.12 122.29 177.13 -
System Red Green Blue C M Y K H S L
Decimal 188 86 109 0 0.54 0.42 0.26 346.47 0.43 0.54
Hex BC 56 6D 0 36 2A 1A 15A 2B 36
Octal 274 126 155 0 66 52 32 532 53 66
Binary 10111100 1010110 1101101 0 110110 101010 11010 101011010 101011 110110

Color Harmonies of #BC566D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC566D

Black with #BC566D

Text Example


Text Example

White with #BC566D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC566D; }

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

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

background-color css

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

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

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

border-color css

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

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

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