Html Css Color HEX #BC4B50 Mandy

📋 copy color: '#BC4B50'

red 188 ◦ green 75 ◦ blue 80

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

Shades of Mandy #BC4B50

Tints of Mandy #BC4B50

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.87%

 BLUE value IS 80 (31.64% from 255) = 23.32%

R = 54.81%
G = 21.87%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC4B50 (or 0xBC4B50) is known color: Mandy. HEX triplet: BC, 4B and 50. RGB value is (188,75,80). Sum of RGB (Red+Green+Blue) = 188+75+80=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4B50 is #43B4AF. Grayscale: #6D6D6D. Windows color (decimal): -4437168 or 5262268. OLE color: 5262268.

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

Color convert

RGB 188 75 80 -
CMYK 0 0.60 0.57 0.26
HSL 357.35º 0.46% 0.52% -
HSV(B) 357.35º 0.6% 0.74% -
XYZ 24.7 16.3 9.43 -
YUV 109.36 111.44 184.09 -
System Red Green Blue C M Y K H S L
Decimal 188 75 80 0 0.60 0.57 0.26 357.35 0.46 0.52
Hex BC 4B 50 0 3C 39 1A 165 2E 34
Octal 274 113 120 0 74 71 32 545 56 64
Binary 10111100 1001011 1010000 0 111100 111001 11010 101100101 101110 110100

Color Harmonies of #BC4B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4B50

Black with #BC4B50

Text Example


Text Example

White with #BC4B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4B50; }

 p { color: rgb(188,75,80); }

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

background-color css

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

 a { background-color: rgb(188,75,80); }

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

border-color css

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

 span { border-color: rgb(188,75,80); }

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