Html Css Color HEX #BD5054 Mandy

📋 copy color: '#BD5054'

red 189 ◦ green 80 ◦ blue 84

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

Shades of Mandy #BD5054

Tints of Mandy #BD5054

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.66%

 BLUE value IS 84 (33.2% from 255) = 23.8%

R = 53.54%
G = 22.66%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BD5054 (or 0xBD5054) is known color: Mandy. HEX triplet: BD, 50 and 54. RGB value is (189,80,84). Sum of RGB (Red+Green+Blue) = 189+80+84=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5054 is #42AFAB. Grayscale: #717171. Windows color (decimal): -4370348 or 5525693. OLE color: 5525693.

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

Color convert

RGB 189 80 84 -
CMYK 0 0.58 0.56 0.26
HSL 357.8º 0.45% 0.53% -
HSV(B) 357.8º 0.58% 0.74% -
XYZ 25.46 17.2 10.37 -
YUV 113.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 189 80 84 0 0.58 0.56 0.26 357.8 0.45 0.53
Hex BD 50 54 0 3A 38 1A 166 2D 35
Octal 275 120 124 0 72 70 32 546 55 65
Binary 10111101 1010000 1010100 0 111010 111000 11010 101100110 101101 110101

Color Harmonies of #BD5054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5054

Black with #BD5054

Text Example


Text Example

White with #BD5054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5054; }

 p { color: rgb(189,80,84); }

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

background-color css

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

 a { background-color: rgb(189,80,84); }

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

border-color css

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

 span { border-color: rgb(189,80,84); }

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