Html Css Color HEX #BD5455 Mandy

📋 copy color: '#BD5455'

red 189 ◦ green 84 ◦ blue 85

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

Shades of Mandy #BD5455

Tints of Mandy #BD5455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.74%

R = 52.79%
G = 23.46%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BD5455 (or 0xBD5455) is known color: Mandy. HEX triplet: BD, 54 and 55. RGB value is (189,84,85). Sum of RGB (Red+Green+Blue) = 189+84+85=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5455 is #42ABAA. Grayscale: #737373. Windows color (decimal): -4369323 or 5592253. OLE color: 5592253.

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

Color convert

RGB 189 84 85 -
CMYK 0 0.56 0.55 0.26
HSL 359.43º 0.44% 0.54% -
HSV(B) 359.43º 0.56% 0.74% -
XYZ 25.8 17.82 10.67 -
YUV 115.51 110.79 180.42 -
System Red Green Blue C M Y K H S L
Decimal 189 84 85 0 0.56 0.55 0.26 359.43 0.44 0.54
Hex BD 54 55 0 38 37 1A 167 2C 36
Octal 275 124 125 0 70 67 32 547 54 66
Binary 10111101 1010100 1010101 0 111000 110111 11010 101100111 101100 110110

Color Harmonies of #BD5455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5455

Black with #BD5455

Text Example


Text Example

White with #BD5455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5455; }

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

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

background-color css

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

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

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

border-color css

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

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

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