Html Css Color HEX #BD5557 Mandy

📋 copy color: '#BD5557'

red 189 ◦ green 85 ◦ blue 87

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

Shades of Mandy #BD5557

Tints of Mandy #BD5557

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.55%

 BLUE value IS 87 (34.38% from 255) = 24.1%

R = 52.35%
G = 23.55%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD5557 (or 0xBD5557) is known color: Mandy. HEX triplet: BD, 55 and 57. RGB value is (189,85,87). Sum of RGB (Red+Green+Blue) = 189+85+87=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5557 is #42AAA8. Grayscale: #747474. Windows color (decimal): -4369065 or 5723581. OLE color: 5723581.

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

Color convert

RGB 189 85 87 -
CMYK 0 0.55 0.54 0.26
HSL 358.85º 0.44% 0.54% -
HSV(B) 358.85º 0.55% 0.74% -
XYZ 25.96 18 11.12 -
YUV 116.32 111.46 179.84 -
System Red Green Blue C M Y K H S L
Decimal 189 85 87 0 0.55 0.54 0.26 358.85 0.44 0.54
Hex BD 55 57 0 37 36 1A 167 2C 36
Octal 275 125 127 0 67 66 32 547 54 66
Binary 10111101 1010101 1010111 0 110111 110110 11010 101100111 101100 110110

Color Harmonies of #BD5557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5557

Black with #BD5557

Text Example


Text Example

White with #BD5557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5557; }

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

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

background-color css

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

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

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

border-color css

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

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

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