Html Css Color HEX #BD464C Mandy

📋 copy color: '#BD464C'

red 189 ◦ green 70 ◦ blue 76

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

Shades of Mandy #BD464C

Tints of Mandy #BD464C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.69%

R = 56.42%
G = 20.9%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD464C (or 0xBD464C) is known color: Mandy. HEX triplet: BD, 46 and 4C. RGB value is (189,70,76). Sum of RGB (Red+Green+Blue) = 189+70+76=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD464C is #42B9B3. Grayscale: #6A6A6A. Windows color (decimal): -4372916 or 4998845. OLE color: 4998845.

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

Color convert

RGB 189 70 76 -
CMYK 0 0.63 0.60 0.26
HSL 356.97º 0.47% 0.51% -
HSV(B) 356.97º 0.63% 0.74% -
XYZ 24.48 15.72 8.58 -
YUV 106.27 110.92 187.01 -
System Red Green Blue C M Y K H S L
Decimal 189 70 76 0 0.63 0.60 0.26 356.97 0.47 0.51
Hex BD 46 4C 0 3F 3C 1A 165 2F 33
Octal 275 106 114 0 77 74 32 545 57 63
Binary 10111101 1000110 1001100 0 111111 111100 11010 101100101 101111 110011

Color Harmonies of #BD464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD464C

Black with #BD464C

Text Example


Text Example

White with #BD464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD464C; }

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

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

background-color css

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

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

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

border-color css

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

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

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