Html Css Color HEX #BD484E Mandy

📋 copy color: '#BD484E'

red 189 ◦ green 72 ◦ blue 78

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

Shades of Mandy #BD484E

Tints of Mandy #BD484E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.24%

 BLUE value IS 78 (30.86% from 255) = 23.01%

R = 55.75%
G = 21.24%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD484E (or 0xBD484E) is known color: Mandy. HEX triplet: BD, 48 and 4E. RGB value is (189,72,78). Sum of RGB (Red+Green+Blue) = 189+72+78=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD484E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD484E is #42B7B1. Grayscale: #6B6B6B. Windows color (decimal): -4372402 or 5130429. OLE color: 5130429.

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

Color convert

RGB 189 72 78 -
CMYK 0 0.62 0.59 0.26
HSL 356.92º 0.47% 0.51% -
HSV(B) 356.92º 0.62% 0.74% -
XYZ 24.68 16 9 -
YUV 107.67 111.26 186.01 -
System Red Green Blue C M Y K H S L
Decimal 189 72 78 0 0.62 0.59 0.26 356.92 0.47 0.51
Hex BD 48 4E 0 3E 3B 1A 165 2F 33
Octal 275 110 116 0 76 73 32 545 57 63
Binary 10111101 1001000 1001110 0 111110 111011 11010 101100101 101111 110011

Color Harmonies of #BD484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD484E

Black with #BD484E

Text Example


Text Example

White with #BD484E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD484E; }

 p { color: rgb(189,72,78); }

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

background-color css

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

 a { background-color: rgb(189,72,78); }

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

border-color css

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

 span { border-color: rgb(189,72,78); }

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