Html Css Color HEX #BD5558 Mandy

📋 copy color: '#BD5558'

red 189 ◦ green 85 ◦ blue 88

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

Shades of Mandy #BD5558

Tints of Mandy #BD5558

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.48%

 BLUE value IS 88 (34.77% from 255) = 24.31%

R = 52.21%
G = 23.48%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BD5558 (or 0xBD5558) is known color: Mandy. HEX triplet: BD, 55 and 58. RGB value is (189,85,88). Sum of RGB (Red+Green+Blue) = 189+85+88=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5558 is #42AAA7. Grayscale: #747474. Windows color (decimal): -4369064 or 5789117. OLE color: 5789117.

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

Color convert

RGB 189 85 88 -
CMYK 0 0.55 0.53 0.26
HSL 358.27º 0.44% 0.54% -
HSV(B) 358.27º 0.55% 0.74% -
XYZ 26 18.02 11.34 -
YUV 116.44 111.96 179.76 -
System Red Green Blue C M Y K H S L
Decimal 189 85 88 0 0.55 0.53 0.26 358.27 0.44 0.54
Hex BD 55 58 0 37 35 1A 166 2C 36
Octal 275 125 130 0 67 65 32 546 54 66
Binary 10111101 1010101 1011000 0 110111 110101 11010 101100110 101100 110110

Color Harmonies of #BD5558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5558

Black with #BD5558

Text Example


Text Example

White with #BD5558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5558; }

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

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

background-color css

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

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

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

border-color css

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

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

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