Html Css Color HEX #BD4F56 Mandy

📋 copy color: '#BD4F56'

red 189 ◦ green 79 ◦ blue 86

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

Shades of Mandy #BD4F56

Tints of Mandy #BD4F56

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.32%

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

R = 53.39%
G = 22.32%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD4F56 (or 0xBD4F56) is known color: Mandy. HEX triplet: BD, 4F and 56. RGB value is (189,79,86). Sum of RGB (Red+Green+Blue) = 189+79+86=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4F56 is #42B0A9. Grayscale: #707070. Windows color (decimal): -4370602 or 5656509. OLE color: 5656509.

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

Color convert

RGB 189 79 86 -
CMYK 0 0.58 0.54 0.26
HSL 356.18º 0.45% 0.53% -
HSV(B) 356.18º 0.58% 0.74% -
XYZ 25.46 17.08 10.76 -
YUV 112.69 112.94 182.43 -
System Red Green Blue C M Y K H S L
Decimal 189 79 86 0 0.58 0.54 0.26 356.18 0.45 0.53
Hex BD 4F 56 0 3A 36 1A 164 2D 35
Octal 275 117 126 0 72 66 32 544 55 65
Binary 10111101 1001111 1010110 0 111010 110110 11010 101100100 101101 110101

Color Harmonies of #BD4F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4F56

Black with #BD4F56

Text Example


Text Example

White with #BD4F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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