Html Css Color HEX #BD4955 Mandy

📋 copy color: '#BD4955'

red 189 ◦ green 73 ◦ blue 85

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

Shades of Mandy #BD4955

Tints of Mandy #BD4955

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.04%

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

R = 54.47%
G = 21.04%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BD4955 (or 0xBD4955) is known color: Mandy. HEX triplet: BD, 49 and 55. RGB value is (189,73,85). Sum of RGB (Red+Green+Blue) = 189+73+85=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4955 is #42B6AA. Grayscale: #6D6D6D. Windows color (decimal): -4372139 or 5589437. OLE color: 5589437.

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

Color convert

RGB 189 73 85 -
CMYK 0 0.61 0.55 0.26
HSL 353.79º 0.47% 0.51% -
HSV(B) 353.79º 0.61% 0.74% -
XYZ 25.01 16.24 10.41 -
YUV 109.05 114.43 185.02 -
System Red Green Blue C M Y K H S L
Decimal 189 73 85 0 0.61 0.55 0.26 353.79 0.47 0.51
Hex BD 49 55 0 3D 37 1A 162 2F 33
Octal 275 111 125 0 75 67 32 542 57 63
Binary 10111101 1001001 1010101 0 111101 110111 11010 101100010 101111 110011

Color Harmonies of #BD4955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4955

Black with #BD4955

Text Example


Text Example

White with #BD4955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4955; }

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

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

background-color css

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

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

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

border-color css

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

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

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