#BD494B

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

Shades of Mandy #BD494B

Tints of Mandy #BD494B

Color information

#BD494B (or 0xBD494B) is unknown color: approx Mandy. HEX triplet: BD, 49 and 4B. RGB value is (189,73,75). Sum of RGB (Red+Green+Blue) = 189+73+75=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD494B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD494B is #42B6B4. Grayscale: #6C6C6C. Windows color (decimal): -4372149 or 4934077. OLE color: 4934077.

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

Color convert

RGB1897375-
CMYK00.610.600.26
HSL358.97º46.77%51.37%-
HSV(B)358.97º61.38%74.12%-
XYZ24.6416.098.46-
YUV107.91109.43185.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.08%
GREEN value IS 73 (28.91% from 255) = 21.66%
BLUE value IS 75 (29.69% from 255) = 22.26%
R=56.08%
G=21.66%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189737500.610.600.26358.9746.7751.37
HexBD494B03D3C1A1672f33
Octal27511111307574325475763
Binary1011110110010011001011011110111110011010101100111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD494B; }

 p { color: rgb(189,73,75); }

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

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

 a { background-color: rgb(189,73,75); }

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

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

 span { border-color: rgb(189,73,75); }

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