Html Css Color HEX #BC4F53 Mandy

📋 copy color: '#BC4F53'

red 188 ◦ green 79 ◦ blue 83

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

Shades of Mandy #BC4F53

Tints of Mandy #BC4F53

RGB

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

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

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

R = 53.71%
G = 22.57%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC4F53 (or 0xBC4F53) is known color: Mandy. HEX triplet: BC, 4F and 53. RGB value is (188,79,83). Sum of RGB (Red+Green+Blue) = 188+79+83=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4F53 is #43B0AC. Grayscale: #707070. Windows color (decimal): -4436141 or 5459900. OLE color: 5459900.

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

Color convert

RGB 188 79 83 -
CMYK 0 0.58 0.56 0.26
HSL 357.8º 0.45% 0.52% -
HSV(B) 357.8º 0.58% 0.74% -
XYZ 25.1 16.91 10.12 -
YUV 112.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 188 79 83 0 0.58 0.56 0.26 357.8 0.45 0.52
Hex BC 4F 53 0 3A 38 1A 166 2D 34
Octal 274 117 123 0 72 70 32 546 55 64
Binary 10111100 1001111 1010011 0 111010 111000 11010 101100110 101101 110100

Color Harmonies of #BC4F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4F53

Black with #BC4F53

Text Example


Text Example

White with #BC4F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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