Html Css Color HEX #BD464A Mandy

📋 copy color: '#BD464A'

red 189 ◦ green 70 ◦ blue 74

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

Shades of Mandy #BD464A

Tints of Mandy #BD464A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.22%

R = 56.76%
G = 21.02%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD464A (or 0xBD464A) is known color: Mandy. HEX triplet: BD, 46 and 4A. RGB value is (189,70,74). Sum of RGB (Red+Green+Blue) = 189+70+74=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD464A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD464A is #42B9B5. Grayscale: #6A6A6A. Windows color (decimal): -4372918 or 4867773. OLE color: 4867773.

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

Color convert

RGB 189 70 74 -
CMYK 0 0.63 0.61 0.26
HSL 357.98º 0.47% 0.51% -
HSV(B) 357.98º 0.63% 0.74% -
XYZ 24.41 15.69 8.22 -
YUV 106.04 109.92 187.17 -
System Red Green Blue C M Y K H S L
Decimal 189 70 74 0 0.63 0.61 0.26 357.98 0.47 0.51
Hex BD 46 4A 0 3F 3D 1A 166 2F 33
Octal 275 106 112 0 77 75 32 546 57 63
Binary 10111101 1000110 1001010 0 111111 111101 11010 101100110 101111 110011

Color Harmonies of #BD464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD464A

Black with #BD464A

Text Example


Text Example

White with #BD464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD464A; }

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

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

background-color css

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

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

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

border-color css

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

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

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