Html Css Color HEX #BC464B Mandy

📋 copy color: '#BC464B'

red 188 ◦ green 70 ◦ blue 75

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

Shades of Mandy #BC464B

Tints of Mandy #BC464B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.52%

R = 56.46%
G = 21.02%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC464B (or 0xBC464B) is known color: Mandy. HEX triplet: BC, 46 and 4B. RGB value is (188,70,75). Sum of RGB (Red+Green+Blue) = 188+70+75=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC464B is #43B9B4. Grayscale: #696969. Windows color (decimal): -4438453 or 4933308. OLE color: 4933308.

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

Color convert

RGB 188 70 75 -
CMYK 0 0.63 0.60 0.26
HSL 357.46º 0.47% 0.51% -
HSV(B) 357.46º 0.63% 0.74% -
XYZ 24.2 15.58 8.39 -
YUV 105.85 110.59 186.59 -
System Red Green Blue C M Y K H S L
Decimal 188 70 75 0 0.63 0.60 0.26 357.46 0.47 0.51
Hex BC 46 4B 0 3F 3C 1A 165 2F 33
Octal 274 106 113 0 77 74 32 545 57 63
Binary 10111100 1000110 1001011 0 111111 111100 11010 101100101 101111 110011

Color Harmonies of #BC464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC464B

Black with #BC464B

Text Example


Text Example

White with #BC464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC464B; }

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

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

background-color css

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

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

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

border-color css

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

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

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