#BD484B

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

Shades of Mandy #BD484B

Tints of Mandy #BD484B

Color information

#BD484B (or 0xBD484B) is unknown color: approx Mandy. HEX triplet: BD, 48 and 4B. RGB value is (189,72,75). Sum of RGB (Red+Green+Blue) = 189+72+75=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD484B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD484B is #42B7B4. Grayscale: #6B6B6B. Windows color (decimal): -4372405 or 4933821. OLE color: 4933821.

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

Color convert

RGB1897275-
CMYK00.620.600.26
HSL358.46º46.99%51.18%-
HSV(B)358.46º61.9%74.12%-
XYZ24.5715.968.44-
YUV107.32109.76186.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.25%
GREEN value IS 72 (28.52% from 255) = 21.43%
BLUE value IS 75 (29.69% from 255) = 22.32%
R=56.25%
G=21.43%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189727500.620.600.26358.4646.9951.18
HexBD484B03E3C1A1662f33
Octal27511011307674325465763
Binary1011110110010001001011011111011110011010101100110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD484B; }

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

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

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

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

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

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

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

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