Html Css Color HEX #BC4D4E Mandy

📋 copy color: '#BC4D4E'

red 188 ◦ green 77 ◦ blue 78

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

Shades of Mandy #BC4D4E

Tints of Mandy #BC4D4E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.45%

 BLUE value IS 78 (30.86% from 255) = 22.74%

R = 54.81%
G = 22.45%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC4D4E (or 0xBC4D4E) is known color: Mandy. HEX triplet: BC, 4D and 4E. RGB value is (188,77,78). Sum of RGB (Red+Green+Blue) = 188+77+78=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4D4E is #43B2B1. Grayscale: #6E6E6E. Windows color (decimal): -4436658 or 5131708. OLE color: 5131708.

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

Color convert

RGB 188 77 78 -
CMYK 0 0.59 0.59 0.26
HSL 359.46º 0.45% 0.52% -
HSV(B) 359.46º 0.59% 0.74% -
XYZ 24.77 16.55 9.1 -
YUV 110.3 109.77 183.42 -
System Red Green Blue C M Y K H S L
Decimal 188 77 78 0 0.59 0.59 0.26 359.46 0.45 0.52
Hex BC 4D 4E 0 3B 3B 1A 167 2D 34
Octal 274 115 116 0 73 73 32 547 55 64
Binary 10111100 1001101 1001110 0 111011 111011 11010 101100111 101101 110100

Color Harmonies of #BC4D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D4E

Black with #BC4D4E

Text Example


Text Example

White with #BC4D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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