Html Css Color HEX #BD585D Mandy

📋 copy color: '#BD585D'

red 189 ◦ green 88 ◦ blue 93

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

Shades of Mandy #BD585D

Tints of Mandy #BD585D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.14%

R = 51.08%
G = 23.78%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD585D (or 0xBD585D) is known color: Mandy. HEX triplet: BD, 58 and 5D. RGB value is (189,88,93). Sum of RGB (Red+Green+Blue) = 189+88+93=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD585D is #42A7A2. Grayscale: #767676. Windows color (decimal): -4368291 or 6117565. OLE color: 6117565.

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

Color convert

RGB 189 88 93 -
CMYK 0 0.53 0.51 0.26
HSL 357.03º 0.43% 0.54% -
HSV(B) 357.03º 0.53% 0.74% -
XYZ 26.45 18.59 12.55 -
YUV 118.77 113.46 178.09 -
System Red Green Blue C M Y K H S L
Decimal 189 88 93 0 0.53 0.51 0.26 357.03 0.43 0.54
Hex BD 58 5D 0 35 33 1A 165 2B 36
Octal 275 130 135 0 65 63 32 545 53 66
Binary 10111101 1011000 1011101 0 110101 110011 11010 101100101 101011 110110

Color Harmonies of #BD585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD585D

Black with #BD585D

Text Example


Text Example

White with #BD585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD585D; }

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

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

background-color css

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

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

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

border-color css

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

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

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