Html Css Color HEX #BD555D Mandy

📋 copy color: '#BD555D'

red 189 ◦ green 85 ◦ blue 93

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

Shades of Mandy #BD555D

Tints of Mandy #BD555D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.34%

R = 51.5%
G = 23.16%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD555D (or 0xBD555D) is known color: Mandy. HEX triplet: BD, 55 and 5D. RGB value is (189,85,93). Sum of RGB (Red+Green+Blue) = 189+85+93=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD555D is #42AAA2. Grayscale: #757575. Windows color (decimal): -4369059 or 6116797. OLE color: 6116797.

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

Color convert

RGB 189 85 93 -
CMYK 0 0.55 0.51 0.26
HSL 355.38º 0.44% 0.54% -
HSV(B) 355.38º 0.55% 0.74% -
XYZ 26.21 18.11 12.47 -
YUV 117.01 114.46 179.35 -
System Red Green Blue C M Y K H S L
Decimal 189 85 93 0 0.55 0.51 0.26 355.38 0.44 0.54
Hex BD 55 5D 0 37 33 1A 163 2C 36
Octal 275 125 135 0 67 63 32 543 54 66
Binary 10111101 1010101 1011101 0 110111 110011 11010 101100011 101100 110110

Color Harmonies of #BD555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD555D

Black with #BD555D

Text Example


Text Example

White with #BD555D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD555D; }

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

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

background-color css

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

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

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

border-color css

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

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

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