Html Css Color HEX #BD4E53 Mandy

📋 copy color: '#BD4E53'

red 189 ◦ green 78 ◦ blue 83

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

Shades of Mandy #BD4E53

Tints of Mandy #BD4E53

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.29%

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

R = 54%
G = 22.29%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BD4E53 (or 0xBD4E53) is known color: Mandy. HEX triplet: BD, 4E and 53. RGB value is (189,78,83). Sum of RGB (Red+Green+Blue) = 189+78+83=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4E53 is #42B1AC. Grayscale: #6F6F6F. Windows color (decimal): -4370861 or 5459645. OLE color: 5459645.

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

Color convert

RGB 189 78 83 -
CMYK 0 0.59 0.56 0.26
HSL 357.3º 0.46% 0.52% -
HSV(B) 357.3º 0.59% 0.74% -
XYZ 25.27 16.89 10.11 -
YUV 111.76 111.77 183.09 -
System Red Green Blue C M Y K H S L
Decimal 189 78 83 0 0.59 0.56 0.26 357.3 0.46 0.52
Hex BD 4E 53 0 3B 38 1A 165 2E 34
Octal 275 116 123 0 73 70 32 545 56 64
Binary 10111101 1001110 1010011 0 111011 111000 11010 101100101 101110 110100

Color Harmonies of #BD4E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4E53

Black with #BD4E53

Text Example


Text Example

White with #BD4E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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