Html Css Color HEX #BC4E5A Mandy

📋 copy color: '#BC4E5A'

red 188 ◦ green 78 ◦ blue 90

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

Shades of Mandy #BC4E5A

Tints of Mandy #BC4E5A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.91%

 BLUE value IS 90 (35.55% from 255) = 25.28%

R = 52.81%
G = 21.91%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC4E5A (or 0xBC4E5A) is known color: Mandy. HEX triplet: BC, 4E and 5A. RGB value is (188,78,90). Sum of RGB (Red+Green+Blue) = 188+78+90=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4E5A is #43B1A5. Grayscale: #707070. Windows color (decimal): -4436390 or 5918396. OLE color: 5918396.

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

Color convert

RGB 188 78 90 -
CMYK 0 0.59 0.52 0.26
HSL 353.45º 0.45% 0.52% -
HSV(B) 353.45º 0.59% 0.74% -
XYZ 25.31 16.88 11.6 -
YUV 112.26 115.44 182.02 -
System Red Green Blue C M Y K H S L
Decimal 188 78 90 0 0.59 0.52 0.26 353.45 0.45 0.52
Hex BC 4E 5A 0 3B 34 1A 161 2D 34
Octal 274 116 132 0 73 64 32 541 55 64
Binary 10111100 1001110 1011010 0 111011 110100 11010 101100001 101101 110100

Color Harmonies of #BC4E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4E5A

Black with #BC4E5A

Text Example


Text Example

White with #BC4E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4E5A; }

 p { color: rgb(188,78,90); }

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

background-color css

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

 a { background-color: rgb(188,78,90); }

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

border-color css

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

 span { border-color: rgb(188,78,90); }

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