Html Css Color HEX #BD5C5D Mandy

📋 copy color: '#BD5C5D'

red 189 ◦ green 92 ◦ blue 93

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

Shades of Mandy #BD5C5D

Tints of Mandy #BD5C5D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.6%

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

R = 50.53%
G = 24.6%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD5C5D (or 0xBD5C5D) is known color: Mandy. HEX triplet: BD, 5C and 5D. RGB value is (189,92,93). Sum of RGB (Red+Green+Blue) = 189+92+93=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5C5D is #42A3A2. Grayscale: #797979. Windows color (decimal): -4367267 or 6118589. OLE color: 6118589.

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

Color convert

RGB 189 92 93 -
CMYK 0 0.51 0.51 0.26
HSL 359.38º 0.42% 0.55% -
HSV(B) 359.38º 0.51% 0.74% -
XYZ 26.79 19.26 12.66 -
YUV 121.12 112.14 176.42 -
System Red Green Blue C M Y K H S L
Decimal 189 92 93 0 0.51 0.51 0.26 359.38 0.42 0.55
Hex BD 5C 5D 0 33 33 1A 167 2A 37
Octal 275 134 135 0 63 63 32 547 52 67
Binary 10111101 1011100 1011101 0 110011 110011 11010 101100111 101010 110111

Color Harmonies of #BD5C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5C5D

Black with #BD5C5D

Text Example


Text Example

White with #BD5C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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