Html Css Color HEX #BD5256 Mandy

📋 copy color: '#BD5256'

red 189 ◦ green 82 ◦ blue 86

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

Shades of Mandy #BD5256

Tints of Mandy #BD5256

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.97%

 BLUE value IS 86 (33.98% from 255) = 24.09%

R = 52.94%
G = 22.97%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD5256 (or 0xBD5256) is known color: Mandy. HEX triplet: BD, 52 and 56. RGB value is (189,82,86). Sum of RGB (Red+Green+Blue) = 189+82+86=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5256 is #42ADA9. Grayscale: #727272. Windows color (decimal): -4369834 or 5657277. OLE color: 5657277.

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

Color convert

RGB 189 82 86 -
CMYK 0 0.57 0.54 0.26
HSL 357.76º 0.45% 0.53% -
HSV(B) 357.76º 0.57% 0.74% -
XYZ 25.68 17.53 10.83 -
YUV 114.45 111.95 181.17 -
System Red Green Blue C M Y K H S L
Decimal 189 82 86 0 0.57 0.54 0.26 357.76 0.45 0.53
Hex BD 52 56 0 39 36 1A 166 2D 35
Octal 275 122 126 0 71 66 32 546 55 65
Binary 10111101 1010010 1010110 0 111001 110110 11010 101100110 101101 110101

Color Harmonies of #BD5256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5256

Black with #BD5256

Text Example


Text Example

White with #BD5256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5256; }

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

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

background-color css

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

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

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

border-color css

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

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

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