Html Css Color HEX #BC5D63 Blush

📋 copy color: '#BC5D63'

red 188 ◦ green 93 ◦ blue 99

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

Shades of Blush #BC5D63

Tints of Blush #BC5D63

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.47%

 BLUE value IS 99 (39.06% from 255) = 26.05%

R = 49.47%
G = 24.47%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC5D63 (or 0xBC5D63) is known color: Blush. HEX triplet: BC, 5D and 63. RGB value is (188,93,99). Sum of RGB (Red+Green+Blue) = 188+93+99=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5D63 is #43A29C. Grayscale: #7A7A7A. Windows color (decimal): -4432541 or 6512060. OLE color: 6512060.

HSL color Cylindrical-coordinate representation of color #BC5D63: hue angle of 356.21º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC5D63 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 93 99 -
CMYK 0 0.51 0.47 0.26
HSL 356.21º 0.41% 0.55% -
HSV(B) 356.21º 0.51% 0.74% -
XYZ 26.91 19.42 14.13 -
YUV 122.09 114.97 175.01 -
System Red Green Blue C M Y K H S L
Decimal 188 93 99 0 0.51 0.47 0.26 356.21 0.41 0.55
Hex BC 5D 63 0 33 2F 1A 164 29 37
Octal 274 135 143 0 63 57 32 544 51 67
Binary 10111100 1011101 1100011 0 110011 101111 11010 101100100 101001 110111

Color Harmonies of #BC5D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5D63

Black with #BC5D63

Text Example


Text Example

White with #BC5D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5D63; }

 p { color: rgb(188,93,99); }

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

background-color css

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

 a { background-color: rgb(188,93,99); }

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

border-color css

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

 span { border-color: rgb(188,93,99); }

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