Html Css Color HEX #BD4853 Mandy

📋 copy color: '#BD4853'

red 189 ◦ green 72 ◦ blue 83

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

Shades of Mandy #BD4853

Tints of Mandy #BD4853

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.93%

 BLUE value IS 83 (32.81% from 255) = 24.13%

R = 54.94%
G = 20.93%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BD4853 (or 0xBD4853) is known color: Mandy. HEX triplet: BD, 48 and 53. RGB value is (189,72,83). Sum of RGB (Red+Green+Blue) = 189+72+83=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4853 is #42B7AC. Grayscale: #6C6C6C. Windows color (decimal): -4372397 or 5458109. OLE color: 5458109.

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

Color convert

RGB 189 72 83 -
CMYK 0 0.62 0.56 0.26
HSL 354.36º 0.47% 0.51% -
HSV(B) 354.36º 0.62% 0.74% -
XYZ 24.86 16.08 9.98 -
YUV 108.24 113.76 185.61 -
System Red Green Blue C M Y K H S L
Decimal 189 72 83 0 0.62 0.56 0.26 354.36 0.47 0.51
Hex BD 48 53 0 3E 38 1A 162 2F 33
Octal 275 110 123 0 76 70 32 542 57 63
Binary 10111101 1001000 1010011 0 111110 111000 11010 101100010 101111 110011

Color Harmonies of #BD4853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4853

Black with #BD4853

Text Example


Text Example

White with #BD4853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4853; }

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

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

background-color css

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

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

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

border-color css

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

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

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