Html Css Color HEX #BD4648 Mandy

📋 copy color: '#BD4648'

red 189 ◦ green 70 ◦ blue 72

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

Shades of Mandy #BD4648

Tints of Mandy #BD4648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.75%

R = 57.1%
G = 21.15%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BD4648 (or 0xBD4648) is known color: Mandy. HEX triplet: BD, 46 and 48. RGB value is (189,70,72). Sum of RGB (Red+Green+Blue) = 189+70+72=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4648 is #42B9B7. Grayscale: #696969. Windows color (decimal): -4372920 or 4736701. OLE color: 4736701.

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

Color convert

RGB 189 70 72 -
CMYK 0 0.63 0.62 0.26
HSL 358.99º 0.47% 0.51% -
HSV(B) 358.99º 0.63% 0.74% -
XYZ 24.35 15.67 7.87 -
YUV 105.81 108.92 187.34 -
System Red Green Blue C M Y K H S L
Decimal 189 70 72 0 0.63 0.62 0.26 358.99 0.47 0.51
Hex BD 46 48 0 3F 3E 1A 167 2F 33
Octal 275 106 110 0 77 76 32 547 57 63
Binary 10111101 1000110 1001000 0 111111 111110 11010 101100111 101111 110011

Color Harmonies of #BD4648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4648

Black with #BD4648

Text Example


Text Example

White with #BD4648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4648; }

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

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

background-color css

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

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

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

border-color css

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

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

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