Html Css Color HEX #BD585A Mandy

📋 copy color: '#BD585A'

red 189 ◦ green 88 ◦ blue 90

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

Shades of Mandy #BD585A

Tints of Mandy #BD585A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.52%

R = 51.5%
G = 23.98%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD585A (or 0xBD585A) is known color: Mandy. HEX triplet: BD, 58 and 5A. RGB value is (189,88,90). Sum of RGB (Red+Green+Blue) = 189+88+90=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD585A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD585A is #42A7A5. Grayscale: #767676. Windows color (decimal): -4368294 or 5920957. OLE color: 5920957.

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

Color convert

RGB 189 88 90 -
CMYK 0 0.53 0.52 0.26
HSL 358.81º 0.43% 0.54% -
HSV(B) 358.81º 0.53% 0.74% -
XYZ 26.32 18.54 11.86 -
YUV 118.43 111.96 178.34 -
System Red Green Blue C M Y K H S L
Decimal 189 88 90 0 0.53 0.52 0.26 358.81 0.43 0.54
Hex BD 58 5A 0 35 34 1A 167 2B 36
Octal 275 130 132 0 65 64 32 547 53 66
Binary 10111101 1011000 1011010 0 110101 110100 11010 101100111 101011 110110

Color Harmonies of #BD585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD585A

Black with #BD585A

Text Example


Text Example

White with #BD585A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD585A; }

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

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

background-color css

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

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

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

border-color css

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

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

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