Html Css Color HEX #BC4953 Mandy

📋 copy color: '#BC4953'

red 188 ◦ green 73 ◦ blue 83

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

Shades of Mandy #BC4953

Tints of Mandy #BC4953

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.22%

 BLUE value IS 83 (32.81% from 255) = 24.13%

R = 54.65%
G = 21.22%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC4953 (or 0xBC4953) is known color: Mandy. HEX triplet: BC, 49 and 53. RGB value is (188,73,83). Sum of RGB (Red+Green+Blue) = 188+73+83=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4953 is #43B6AC. Grayscale: #6C6C6C. Windows color (decimal): -4437677 or 5458364. OLE color: 5458364.

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

Color convert

RGB 188 73 83 -
CMYK 0 0.61 0.56 0.26
HSL 354.78º 0.46% 0.51% -
HSV(B) 354.78º 0.61% 0.74% -
XYZ 24.68 16.08 9.99 -
YUV 108.53 113.6 184.69 -
System Red Green Blue C M Y K H S L
Decimal 188 73 83 0 0.61 0.56 0.26 354.78 0.46 0.51
Hex BC 49 53 0 3D 38 1A 163 2E 33
Octal 274 111 123 0 75 70 32 543 56 63
Binary 10111100 1001001 1010011 0 111101 111000 11010 101100011 101110 110011

Color Harmonies of #BC4953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4953

Black with #BC4953

Text Example


Text Example

White with #BC4953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4953; }

 p { color: rgb(188,73,83); }

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

background-color css

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

 a { background-color: rgb(188,73,83); }

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

border-color css

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

 span { border-color: rgb(188,73,83); }

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