Html Css Color HEX #BC5768 Blush

📋 copy color: '#BC5768'

red 188 ◦ green 87 ◦ blue 104

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

Shades of Blush #BC5768

Tints of Blush #BC5768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.44%

R = 49.6%
G = 22.96%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC5768 (or 0xBC5768) is known color: Blush. HEX triplet: BC, 57 and 68. RGB value is (188,87,104). Sum of RGB (Red+Green+Blue) = 188+87+104=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5768 is #43A897. Grayscale: #777777. Windows color (decimal): -4434072 or 6838204. OLE color: 6838204.

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

Color convert

RGB 188 87 104 -
CMYK 0 0.54 0.45 0.26
HSL 349.9º 0.43% 0.54% -
HSV(B) 349.9º 0.54% 0.74% -
XYZ 26.65 18.51 15.26 -
YUV 119.14 119.46 177.12 -
System Red Green Blue C M Y K H S L
Decimal 188 87 104 0 0.54 0.45 0.26 349.9 0.43 0.54
Hex BC 57 68 0 36 2D 1A 15E 2B 36
Octal 274 127 150 0 66 55 32 536 53 66
Binary 10111100 1010111 1101000 0 110110 101101 11010 101011110 101011 110110

Color Harmonies of #BC5768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5768

Black with #BC5768

Text Example


Text Example

White with #BC5768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5768; }

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

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

background-color css

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

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

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

border-color css

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

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

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