Html Css Color HEX #BC4952 Mandy

📋 copy color: '#BC4952'

red 188 ◦ green 73 ◦ blue 82

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

Shades of Mandy #BC4952

Tints of Mandy #BC4952

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.28%

 BLUE value IS 82 (32.42% from 255) = 23.91%

R = 54.81%
G = 21.28%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC4952 (or 0xBC4952) is known color: Mandy. HEX triplet: BC, 49 and 52. RGB value is (188,73,82). Sum of RGB (Red+Green+Blue) = 188+73+82=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4952 is #43B6AD. Grayscale: #6C6C6C. Windows color (decimal): -4437678 or 5392828. OLE color: 5392828.

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

Color convert

RGB 188 73 82 -
CMYK 0 0.61 0.56 0.26
HSL 355.3º 0.46% 0.51% -
HSV(B) 355.3º 0.61% 0.74% -
XYZ 24.64 16.07 9.78 -
YUV 108.41 113.1 184.77 -
System Red Green Blue C M Y K H S L
Decimal 188 73 82 0 0.61 0.56 0.26 355.3 0.46 0.51
Hex BC 49 52 0 3D 38 1A 163 2E 33
Octal 274 111 122 0 75 70 32 543 56 63
Binary 10111100 1001001 1010010 0 111101 111000 11010 101100011 101110 110011

Color Harmonies of #BC4952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4952

Black with #BC4952

Text Example


Text Example

White with #BC4952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4952; }

 p { color: rgb(188,73,82); }

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

background-color css

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

 a { background-color: rgb(188,73,82); }

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

border-color css

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

 span { border-color: rgb(188,73,82); }

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