Html Css Color HEX #BD5458 Mandy

📋 copy color: '#BD5458'

red 189 ◦ green 84 ◦ blue 88

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

Shades of Mandy #BD5458

Tints of Mandy #BD5458

RGB

 RED value IS 189 (74.22% from 255) = 52.35%

 GREEN value IS 84 (33.2% from 255) = 23.27%

 BLUE value IS 88 (34.77% from 255) = 24.38%

R = 52.35%
G = 23.27%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BD5458 (or 0xBD5458) is known color: Mandy. HEX triplet: BD, 54 and 58. RGB value is (189,84,88). Sum of RGB (Red+Green+Blue) = 189+84+88=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5458 is #42ABA7. Grayscale: #737373. Windows color (decimal): -4369320 or 5788861. OLE color: 5788861.

HSL color Cylindrical-coordinate representation of color #BD5458: hue angle of 357.71º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD5458 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 84 88 -
CMYK 0 0.56 0.53 0.26
HSL 357.71º 0.44% 0.54% -
HSV(B) 357.71º 0.56% 0.74% -
XYZ 25.92 17.86 11.31 -
YUV 115.85 112.29 180.17 -
System Red Green Blue C M Y K H S L
Decimal 189 84 88 0 0.56 0.53 0.26 357.71 0.44 0.54
Hex BD 54 58 0 38 35 1A 166 2C 36
Octal 275 124 130 0 70 65 32 546 54 66
Binary 10111101 1010100 1011000 0 111000 110101 11010 101100110 101100 110110

Color Harmonies of #BD5458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5458

Black with #BD5458

Text Example


Text Example

White with #BD5458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5458; }

 p { color: rgb(189,84,88); }

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

background-color css

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

 a { background-color: rgb(189,84,88); }

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

border-color css

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

 span { border-color: rgb(189,84,88); }

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