Html Css Color HEX #BD585E Mandy

📋 copy color: '#BD585E'

red 189 ◦ green 88 ◦ blue 94

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

Shades of Mandy #BD585E

Tints of Mandy #BD585E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.72%

 BLUE value IS 94 (37.11% from 255) = 25.34%

R = 50.94%
G = 23.72%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD585E (or 0xBD585E) is known color: Mandy. HEX triplet: BD, 58 and 5E. RGB value is (189,88,94). Sum of RGB (Red+Green+Blue) = 189+88+94=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD585E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD585E is #42A7A1. Grayscale: #767676. Windows color (decimal): -4368290 or 6183101. OLE color: 6183101.

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

Color convert

RGB 189 88 94 -
CMYK 0 0.53 0.50 0.26
HSL 356.44º 0.43% 0.54% -
HSV(B) 356.44º 0.53% 0.74% -
XYZ 26.5 18.61 12.78 -
YUV 118.88 113.96 178.01 -
System Red Green Blue C M Y K H S L
Decimal 189 88 94 0 0.53 0.50 0.26 356.44 0.43 0.54
Hex BD 58 5E 0 35 32 1A 164 2B 36
Octal 275 130 136 0 65 62 32 544 53 66
Binary 10111101 1011000 1011110 0 110101 110010 11010 101100100 101011 110110

Color Harmonies of #BD585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD585E

Black with #BD585E

Text Example


Text Example

White with #BD585E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD585E; }

 p { color: rgb(189,88,94); }

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

background-color css

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

 a { background-color: rgb(189,88,94); }

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

border-color css

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

 span { border-color: rgb(189,88,94); }

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