Html Css Color HEX #BC4748 Mandy

📋 copy color: '#BC4748'

red 188 ◦ green 71 ◦ blue 72

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

Shades of Mandy #BC4748

Tints of Mandy #BC4748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.45%

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

R = 56.8%
G = 21.45%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC4748 (or 0xBC4748) is known color: Mandy. HEX triplet: BC, 47 and 48. RGB value is (188,71,72). Sum of RGB (Red+Green+Blue) = 188+71+72=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4748 is #43B8B7. Grayscale: #6A6A6A. Windows color (decimal): -4438200 or 4736956. OLE color: 4736956.

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

Color convert

RGB 188 71 72 -
CMYK 0 0.62 0.62 0.26
HSL 359.49º 0.47% 0.51% -
HSV(B) 359.49º 0.62% 0.74% -
XYZ 24.16 15.67 7.88 -
YUV 106.1 108.76 186.42 -
System Red Green Blue C M Y K H S L
Decimal 188 71 72 0 0.62 0.62 0.26 359.49 0.47 0.51
Hex BC 47 48 0 3E 3E 1A 167 2F 33
Octal 274 107 110 0 76 76 32 547 57 63
Binary 10111100 1000111 1001000 0 111110 111110 11010 101100111 101111 110011

Color Harmonies of #BC4748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4748

Black with #BC4748

Text Example


Text Example

White with #BC4748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4748; }

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

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

background-color css

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

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

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

border-color css

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

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

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