Html Css Color HEX #BD6466 Mandy

📋 copy color: '#BD6466'

red 189 ◦ green 100 ◦ blue 102

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

Shades of Mandy #BD6466

Tints of Mandy #BD6466

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.58%

 BLUE value IS 102 (40.23% from 255) = 26.09%

R = 48.34%
G = 25.58%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD6466 (or 0xBD6466) is known color: Mandy. HEX triplet: BD, 64 and 66. RGB value is (189,100,102). Sum of RGB (Red+Green+Blue) = 189+100+102=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6466 is #429B99. Grayscale: #7E7E7E. Windows color (decimal): -4365210 or 6710461. OLE color: 6710461.

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

Color convert

RGB 189 100 102 -
CMYK 0 0.47 0.46 0.26
HSL 358.65º 0.4% 0.57% -
HSV(B) 358.65º 0.47% 0.74% -
XYZ 27.94 20.89 15.13 -
YUV 126.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 189 100 102 0 0.47 0.46 0.26 358.65 0.4 0.57
Hex BD 64 66 0 2F 2E 1A 167 28 39
Octal 275 144 146 0 57 56 32 547 50 71
Binary 10111101 1100100 1100110 0 101111 101110 11010 101100111 101000 111001

Color Harmonies of #BD6466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6466

Black with #BD6466

Text Example


Text Example

White with #BD6466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6466; }

 p { color: rgb(189,100,102); }

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

background-color css

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

 a { background-color: rgb(189,100,102); }

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

border-color css

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

 span { border-color: rgb(189,100,102); }

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