Html Css Color HEX #BC555F Blush

📋 copy color: '#BC555F'

red 188 ◦ green 85 ◦ blue 95

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

Shades of Blush #BC555F

Tints of Blush #BC555F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.1%

 BLUE value IS 95 (37.5% from 255) = 25.82%

R = 51.09%
G = 23.1%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC555F (or 0xBC555F) is known color: Blush. HEX triplet: BC, 55 and 5F. RGB value is (188,85,95). Sum of RGB (Red+Green+Blue) = 188+85+95=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC555F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC555F is #43AAA0. Grayscale: #757575. Windows color (decimal): -4434593 or 6247868. OLE color: 6247868.

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

Color convert

RGB 188 85 95 -
CMYK 0 0.55 0.49 0.26
HSL 354.17º 0.43% 0.54% -
HSV(B) 354.17º 0.55% 0.74% -
XYZ 26.05 18.01 12.93 -
YUV 116.94 115.62 178.69 -
System Red Green Blue C M Y K H S L
Decimal 188 85 95 0 0.55 0.49 0.26 354.17 0.43 0.54
Hex BC 55 5F 0 37 31 1A 162 2B 36
Octal 274 125 137 0 67 61 32 542 53 66
Binary 10111100 1010101 1011111 0 110111 110001 11010 101100010 101011 110110

Color Harmonies of #BC555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC555F

Black with #BC555F

Text Example


Text Example

White with #BC555F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC555F; }

 p { color: rgb(188,85,95); }

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

background-color css

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

 a { background-color: rgb(188,85,95); }

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

border-color css

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

 span { border-color: rgb(188,85,95); }

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