Html Css Color HEX #BC4648 Mandy

📋 copy color: '#BC4648'

red 188 ◦ green 70 ◦ blue 72

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

Shades of Mandy #BC4648

Tints of Mandy #BC4648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.21%

 BLUE value IS 72 (28.52% from 255) = 21.82%

R = 56.97%
G = 21.21%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC4648 (or 0xBC4648) is known color: Mandy. HEX triplet: BC, 46 and 48. RGB value is (188,70,72). Sum of RGB (Red+Green+Blue) = 188+70+72=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4648 is #43B9B7. Grayscale: #696969. Windows color (decimal): -4438456 or 4736700. OLE color: 4736700.

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

Color convert

RGB 188 70 72 -
CMYK 0 0.63 0.62 0.26
HSL 358.98º 0.47% 0.51% -
HSV(B) 358.98º 0.63% 0.74% -
XYZ 24.1 15.54 7.86 -
YUV 105.51 109.09 186.84 -
System Red Green Blue C M Y K H S L
Decimal 188 70 72 0 0.63 0.62 0.26 358.98 0.47 0.51
Hex BC 46 48 0 3F 3E 1A 167 2F 33
Octal 274 106 110 0 77 76 32 547 57 63
Binary 10111100 1000110 1001000 0 111111 111110 11010 101100111 101111 110011

Color Harmonies of #BC4648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4648

Black with #BC4648

Text Example


Text Example

White with #BC4648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4648; }

 p { color: rgb(188,70,72); }

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

background-color css

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

 a { background-color: rgb(188,70,72); }

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

border-color css

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

 span { border-color: rgb(188,70,72); }

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