Html Css Color HEX #BD4850 Mandy

📋 copy color: '#BD4850'

red 189 ◦ green 72 ◦ blue 80

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

Shades of Mandy #BD4850

Tints of Mandy #BD4850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.46%

R = 55.43%
G = 21.11%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD4850 (or 0xBD4850) is known color: Mandy. HEX triplet: BD, 48 and 50. RGB value is (189,72,80). Sum of RGB (Red+Green+Blue) = 189+72+80=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4850 is #42B7AF. Grayscale: #6B6B6B. Windows color (decimal): -4372400 or 5261501. OLE color: 5261501.

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

Color convert

RGB 189 72 80 -
CMYK 0 0.62 0.58 0.26
HSL 355.9º 0.47% 0.51% -
HSV(B) 355.9º 0.62% 0.74% -
XYZ 24.75 16.03 9.38 -
YUV 107.9 112.26 185.85 -
System Red Green Blue C M Y K H S L
Decimal 189 72 80 0 0.62 0.58 0.26 355.9 0.47 0.51
Hex BD 48 50 0 3E 3A 1A 164 2F 33
Octal 275 110 120 0 76 72 32 544 57 63
Binary 10111101 1001000 1010000 0 111110 111010 11010 101100100 101111 110011

Color Harmonies of #BD4850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4850

Black with #BD4850

Text Example


Text Example

White with #BD4850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4850; }

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

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

background-color css

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

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

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

border-color css

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

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

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