Html Css Color HEX #BD4954 Mandy

📋 copy color: '#BD4954'

red 189 ◦ green 73 ◦ blue 84

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

Shades of Mandy #BD4954

Tints of Mandy #BD4954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.28%

R = 54.62%
G = 21.1%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BD4954 (or 0xBD4954) is known color: Mandy. HEX triplet: BD, 49 and 54. RGB value is (189,73,84). Sum of RGB (Red+Green+Blue) = 189+73+84=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4954 is #42B6AB. Grayscale: #6D6D6D. Windows color (decimal): -4372140 or 5523901. OLE color: 5523901.

HSL color Cylindrical-coordinate representation of color #BD4954: hue angle of 354.31º 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 #BD4954 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 73 84 -
CMYK 0 0.61 0.56 0.26
HSL 354.31º 0.47% 0.51% -
HSV(B) 354.31º 0.61% 0.74% -
XYZ 24.97 16.22 10.2 -
YUV 108.94 113.93 185.11 -
System Red Green Blue C M Y K H S L
Decimal 189 73 84 0 0.61 0.56 0.26 354.31 0.47 0.51
Hex BD 49 54 0 3D 38 1A 162 2F 33
Octal 275 111 124 0 75 70 32 542 57 63
Binary 10111101 1001001 1010100 0 111101 111000 11010 101100010 101111 110011

Color Harmonies of #BD4954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4954

Black with #BD4954

Text Example


Text Example

White with #BD4954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4954; }

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

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

background-color css

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

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

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

border-color css

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

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

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