Html Css Color HEX #BD5A5D Mandy

📋 copy color: '#BD5A5D'

red 189 ◦ green 90 ◦ blue 93

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

Shades of Mandy #BD5A5D

Tints of Mandy #BD5A5D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.19%

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

R = 50.81%
G = 24.19%
B = 25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD5A5D (or 0xBD5A5D) is known color: Mandy. HEX triplet: BD, 5A and 5D. RGB value is (189,90,93). Sum of RGB (Red+Green+Blue) = 189+90+93=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5A5D is #42A5A2. Grayscale: #787878. Windows color (decimal): -4367779 or 6118077. OLE color: 6118077.

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

Color convert

RGB 189 90 93 -
CMYK 0 0.52 0.51 0.26
HSL 358.18º 0.43% 0.55% -
HSV(B) 358.18º 0.52% 0.74% -
XYZ 26.62 18.92 12.61 -
YUV 119.94 112.8 177.26 -
System Red Green Blue C M Y K H S L
Decimal 189 90 93 0 0.52 0.51 0.26 358.18 0.43 0.55
Hex BD 5A 5D 0 34 33 1A 166 2B 37
Octal 275 132 135 0 64 63 32 546 53 67
Binary 10111101 1011010 1011101 0 110100 110011 11010 101100110 101011 110111

Color Harmonies of #BD5A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5A5D

Black with #BD5A5D

Text Example


Text Example

White with #BD5A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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