Html Css Color HEX #BD6164 Mandy

📋 copy color: '#BD6164'

red 189 ◦ green 97 ◦ blue 100

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

Shades of Mandy #BD6164

Tints of Mandy #BD6164

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.13%

 BLUE value IS 100 (39.45% from 255) = 25.91%

R = 48.96%
G = 25.13%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BD6164 (or 0xBD6164) is known color: Mandy. HEX triplet: BD, 61 and 64. RGB value is (189,97,100). Sum of RGB (Red+Green+Blue) = 189+97+100=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6164 is #429E9B. Grayscale: #7C7C7C. Windows color (decimal): -4365980 or 6578621. OLE color: 6578621.

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

Color convert

RGB 189 97 100 -
CMYK 0 0.49 0.47 0.26
HSL 358.04º 0.41% 0.56% -
HSV(B) 358.04º 0.49% 0.74% -
XYZ 27.56 20.29 14.52 -
YUV 124.85 113.98 173.76 -
System Red Green Blue C M Y K H S L
Decimal 189 97 100 0 0.49 0.47 0.26 358.04 0.41 0.56
Hex BD 61 64 0 31 2F 1A 166 29 38
Octal 275 141 144 0 61 57 32 546 51 70
Binary 10111101 1100001 1100100 0 110001 101111 11010 101100110 101001 111000

Color Harmonies of #BD6164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6164

Black with #BD6164

Text Example


Text Example

White with #BD6164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6164; }

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

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

background-color css

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

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

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

border-color css

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

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

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