Html Css Color HEX #BD5255 Mandy

📋 copy color: '#BD5255'

red 189 ◦ green 82 ◦ blue 85

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

Shades of Mandy #BD5255

Tints of Mandy #BD5255

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.03%

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

R = 53.09%
G = 23.03%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BD5255 (or 0xBD5255) is known color: Mandy. HEX triplet: BD, 52 and 55. RGB value is (189,82,85). Sum of RGB (Red+Green+Blue) = 189+82+85=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5255 is #42ADAA. Grayscale: #727272. Windows color (decimal): -4369835 or 5591741. OLE color: 5591741.

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

Color convert

RGB 189 82 85 -
CMYK 0 0.57 0.55 0.26
HSL 358.32º 0.45% 0.53% -
HSV(B) 358.32º 0.57% 0.74% -
XYZ 25.64 17.51 10.62 -
YUV 114.34 111.45 181.26 -
System Red Green Blue C M Y K H S L
Decimal 189 82 85 0 0.57 0.55 0.26 358.32 0.45 0.53
Hex BD 52 55 0 39 37 1A 166 2D 35
Octal 275 122 125 0 71 67 32 546 55 65
Binary 10111101 1010010 1010101 0 111001 110111 11010 101100110 101101 110101

Color Harmonies of #BD5255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5255

Black with #BD5255

Text Example


Text Example

White with #BD5255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5255; }

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

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

background-color css

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

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

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

border-color css

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

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

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