Html Css Color HEX #BD5358 Mandy

📋 copy color: '#BD5358'

red 189 ◦ green 83 ◦ blue 88

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

Shades of Mandy #BD5358

Tints of Mandy #BD5358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.06%

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

R = 52.5%
G = 23.06%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BD5358 (or 0xBD5358) is known color: Mandy. HEX triplet: BD, 53 and 58. RGB value is (189,83,88). Sum of RGB (Red+Green+Blue) = 189+83+88=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5358 is #42ACA7. Grayscale: #737373. Windows color (decimal): -4369576 or 5788605. OLE color: 5788605.

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

Color convert

RGB 189 83 88 -
CMYK 0 0.56 0.53 0.26
HSL 357.17º 0.45% 0.53% -
HSV(B) 357.17º 0.56% 0.74% -
XYZ 25.84 17.71 11.29 -
YUV 115.26 112.62 180.59 -
System Red Green Blue C M Y K H S L
Decimal 189 83 88 0 0.56 0.53 0.26 357.17 0.45 0.53
Hex BD 53 58 0 38 35 1A 165 2D 35
Octal 275 123 130 0 70 65 32 545 55 65
Binary 10111101 1010011 1011000 0 111000 110101 11010 101100101 101101 110101

Color Harmonies of #BD5358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5358

Black with #BD5358

Text Example


Text Example

White with #BD5358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5358; }

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

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

background-color css

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

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

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

border-color css

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

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

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