Html Css Color HEX #BD565E Mandy

📋 copy color: '#BD565E'

red 189 ◦ green 86 ◦ blue 94

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

Shades of Mandy #BD565E

Tints of Mandy #BD565E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.31%

 BLUE value IS 94 (37.11% from 255) = 25.47%

R = 51.22%
G = 23.31%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD565E (or 0xBD565E) is known color: Mandy. HEX triplet: BD, 56 and 5E. RGB value is (189,86,94). Sum of RGB (Red+Green+Blue) = 189+86+94=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD565E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD565E is #42A9A1. Grayscale: #757575. Windows color (decimal): -4368802 or 6182589. OLE color: 6182589.

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

Color convert

RGB 189 86 94 -
CMYK 0 0.54 0.50 0.26
HSL 355.34º 0.44% 0.54% -
HSV(B) 355.34º 0.54% 0.74% -
XYZ 26.33 18.28 12.73 -
YUV 117.71 114.62 178.85 -
System Red Green Blue C M Y K H S L
Decimal 189 86 94 0 0.54 0.50 0.26 355.34 0.44 0.54
Hex BD 56 5E 0 36 32 1A 163 2C 36
Octal 275 126 136 0 66 62 32 543 54 66
Binary 10111101 1010110 1011110 0 110110 110010 11010 101100011 101100 110110

Color Harmonies of #BD565E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD565E

Black with #BD565E

Text Example


Text Example

White with #BD565E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD565E; }

 p { color: rgb(189,86,94); }

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

background-color css

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

 a { background-color: rgb(189,86,94); }

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

border-color css

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

 span { border-color: rgb(189,86,94); }

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