Html Css Color HEX #BD6264 Mandy

📋 copy color: '#BD6264'

red 189 ◦ green 98 ◦ blue 100

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

Shades of Mandy #BD6264

Tints of Mandy #BD6264

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.32%

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

R = 48.84%
G = 25.32%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BD6264 (or 0xBD6264) is known color: Mandy. HEX triplet: BD, 62 and 64. RGB value is (189,98,100). Sum of RGB (Red+Green+Blue) = 189+98+100=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6264 is #429D9B. Grayscale: #7D7D7D. Windows color (decimal): -4365724 or 6578877. OLE color: 6578877.

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

Color convert

RGB 189 98 100 -
CMYK 0 0.48 0.47 0.26
HSL 358.68º 0.41% 0.56% -
HSV(B) 358.68º 0.48% 0.74% -
XYZ 27.65 20.47 14.55 -
YUV 125.44 113.65 173.34 -
System Red Green Blue C M Y K H S L
Decimal 189 98 100 0 0.48 0.47 0.26 358.68 0.41 0.56
Hex BD 62 64 0 30 2F 1A 167 29 38
Octal 275 142 144 0 60 57 32 547 51 70
Binary 10111101 1100010 1100100 0 110000 101111 11010 101100111 101001 111000

Color Harmonies of #BD6264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6264

Black with #BD6264

Text Example


Text Example

White with #BD6264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6264; }

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

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

background-color css

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

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

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

border-color css

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

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

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