#BD5F64

Color #BD5F64 Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #BD5F64

Tints of Mandy #BD5F64

Color information

#BD5F64 (or 0xBD5F64) is unknown color: approx Mandy. HEX triplet: BD, 5F and 64. RGB value is (189,95,100). Sum of RGB (Red+Green+Blue) = 189+95+100=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5F64 is #42A09B. Grayscale: #7B7B7B. Windows color (decimal): -4366492 or 6578109. OLE color: 6578109.

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

Color convert

RGB18995100-
CMYK00.500.470.26
HSL356.81º41.59%55.69%-
HSV(B)356.81º49.74%74.12%-
XYZ27.3819.9214.46-
YUV123.68114.64174.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.22%
GREEN value IS 95 (37.5% from 255) = 24.74%
BLUE value IS 100 (39.45% from 255) = 26.04%
R=49.22%
G=24.74%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899510000.500.470.26356.8141.5955.69
HexBD5F640322F1A1652a38
Octal27513714406257325455270
Binary1011110110111111100100011001010111111010101100101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5F64; }

 p { color: rgb(189,95,100); }

 H1.HeaderClassName
 {
   color: #BD5F64;
 }
 .AnyTagClassName
 {
   color: #BD5F64;
 }
</style>
background-color css

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

 a { background-color: rgb(189,95,100); }

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

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

 span { border-color: rgb(189,95,100); }

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