Html Css Color HEX #BD5355 Mandy

📋 copy color: '#BD5355'

red 189 ◦ green 83 ◦ blue 85

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

Shades of Mandy #BD5355

Tints of Mandy #BD5355

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.25%

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

R = 52.94%
G = 23.25%
B = 23.81%

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

#BD5355 (or 0xBD5355) is known color: Mandy. HEX triplet: BD, 53 and 55. RGB value is (189,83,85). Sum of RGB (Red+Green+Blue) = 189+83+85=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5355 is #42ACAA. Grayscale: #737373. Windows color (decimal): -4369579 or 5591997. OLE color: 5591997.

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

Color convert

RGB 189 83 85 -
CMYK 0 0.56 0.55 0.26
HSL 358.87º 0.45% 0.53% -
HSV(B) 358.87º 0.56% 0.74% -
XYZ 25.72 17.66 10.65 -
YUV 114.92 111.12 180.84 -
System Red Green Blue C M Y K H S L
Decimal 189 83 85 0 0.56 0.55 0.26 358.87 0.45 0.53
Hex BD 53 55 0 38 37 1A 167 2D 35
Octal 275 123 125 0 70 67 32 547 55 65
Binary 10111101 1010011 1010101 0 111000 110111 11010 101100111 101101 110101

Color Harmonies of #BD5355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5355

Black with #BD5355

Text Example


Text Example

White with #BD5355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5355; }

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

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

background-color css

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

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

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

border-color css

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

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

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