Html Css Color HEX #BD5152 Mandy

📋 copy color: '#BD5152'

red 189 ◦ green 81 ◦ blue 82

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

Shades of Mandy #BD5152

Tints of Mandy #BD5152

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.01%

 BLUE value IS 82 (32.42% from 255) = 23.3%

R = 53.69%
G = 23.01%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BD5152 (or 0xBD5152) is known color: Mandy. HEX triplet: BD, 51 and 52. RGB value is (189,81,82). Sum of RGB (Red+Green+Blue) = 189+81+82=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5152 is #42AEAD. Grayscale: #717171. Windows color (decimal): -4370094 or 5394877. OLE color: 5394877.

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

Color convert

RGB 189 81 82 -
CMYK 0 0.57 0.57 0.26
HSL 359.44º 0.45% 0.53% -
HSV(B) 359.44º 0.57% 0.74% -
XYZ 25.45 17.31 9.98 -
YUV 113.41 110.28 181.92 -
System Red Green Blue C M Y K H S L
Decimal 189 81 82 0 0.57 0.57 0.26 359.44 0.45 0.53
Hex BD 51 52 0 39 39 1A 167 2D 35
Octal 275 121 122 0 71 71 32 547 55 65
Binary 10111101 1010001 1010010 0 111001 111001 11010 101100111 101101 110101

Color Harmonies of #BD5152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5152

Black with #BD5152

Text Example


Text Example

White with #BD5152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5152; }

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

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

background-color css

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

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

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

border-color css

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

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

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