Html Css Color HEX #BD4956 Mandy

📋 copy color: '#BD4956'

red 189 ◦ green 73 ◦ blue 86

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

Shades of Mandy #BD4956

Tints of Mandy #BD4956

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.98%

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

R = 54.31%
G = 20.98%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD4956 (or 0xBD4956) is known color: Mandy. HEX triplet: BD, 49 and 56. RGB value is (189,73,86). Sum of RGB (Red+Green+Blue) = 189+73+86=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4956 is #42B6A9. Grayscale: #6D6D6D. Windows color (decimal): -4372138 or 5654973. OLE color: 5654973.

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

Color convert

RGB 189 73 86 -
CMYK 0 0.61 0.54 0.26
HSL 353.28º 0.47% 0.51% -
HSV(B) 353.28º 0.61% 0.74% -
XYZ 25.05 16.26 10.62 -
YUV 109.17 114.93 184.94 -
System Red Green Blue C M Y K H S L
Decimal 189 73 86 0 0.61 0.54 0.26 353.28 0.47 0.51
Hex BD 49 56 0 3D 36 1A 161 2F 33
Octal 275 111 126 0 75 66 32 541 57 63
Binary 10111101 1001001 1010110 0 111101 110110 11010 101100001 101111 110011

Color Harmonies of #BD4956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4956

Black with #BD4956

Text Example


Text Example

White with #BD4956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4956; }

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

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

background-color css

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

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

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

border-color css

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

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

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