Html Css Color HEX #BD464E Mandy

📋 copy color: '#BD464E'

red 189 ◦ green 70 ◦ blue 78

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

Shades of Mandy #BD464E

Tints of Mandy #BD464E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.77%

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

R = 56.08%
G = 20.77%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD464E (or 0xBD464E) is known color: Mandy. HEX triplet: BD, 46 and 4E. RGB value is (189,70,78). Sum of RGB (Red+Green+Blue) = 189+70+78=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD464E is #42B9B1. Grayscale: #6A6A6A. Windows color (decimal): -4372914 or 5129917. OLE color: 5129917.

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

Color convert

RGB 189 70 78 -
CMYK 0 0.63 0.59 0.26
HSL 355.97º 0.47% 0.51% -
HSV(B) 355.97º 0.63% 0.74% -
XYZ 24.55 15.75 8.95 -
YUV 106.49 111.92 186.85 -
System Red Green Blue C M Y K H S L
Decimal 189 70 78 0 0.63 0.59 0.26 355.97 0.47 0.51
Hex BD 46 4E 0 3F 3B 1A 164 2F 33
Octal 275 106 116 0 77 73 32 544 57 63
Binary 10111101 1000110 1001110 0 111111 111011 11010 101100100 101111 110011

Color Harmonies of #BD464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD464E

Black with #BD464E

Text Example


Text Example

White with #BD464E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD464E; }

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

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

background-color css

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

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

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

border-color css

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

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

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