Html Css Color HEX #BC4F55 Mandy

📋 copy color: '#BC4F55'

red 188 ◦ green 79 ◦ blue 85

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

Shades of Mandy #BC4F55

Tints of Mandy #BC4F55

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.44%

 BLUE value IS 85 (33.59% from 255) = 24.15%

R = 53.41%
G = 22.44%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC4F55 (or 0xBC4F55) is known color: Mandy. HEX triplet: BC, 4F and 55. RGB value is (188,79,85). Sum of RGB (Red+Green+Blue) = 188+79+85=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4F55 is #43B0AA. Grayscale: #707070. Windows color (decimal): -4436139 or 5590972. OLE color: 5590972.

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

Color convert

RGB 188 79 85 -
CMYK 0 0.58 0.55 0.26
HSL 356.7º 0.45% 0.52% -
HSV(B) 356.7º 0.58% 0.74% -
XYZ 25.17 16.94 10.54 -
YUV 112.28 112.61 182.01 -
System Red Green Blue C M Y K H S L
Decimal 188 79 85 0 0.58 0.55 0.26 356.7 0.45 0.52
Hex BC 4F 55 0 3A 37 1A 165 2D 34
Octal 274 117 125 0 72 67 32 545 55 64
Binary 10111100 1001111 1010101 0 111010 110111 11010 101100101 101101 110100

Color Harmonies of #BC4F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4F55

Black with #BC4F55

Text Example


Text Example

White with #BC4F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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