Html Css Color HEX #BD535D Mandy

📋 copy color: '#BD535D'

red 189 ◦ green 83 ◦ blue 93

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

Shades of Mandy #BD535D

Tints of Mandy #BD535D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.74%

 BLUE value IS 93 (36.72% from 255) = 25.48%

R = 51.78%
G = 22.74%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD535D (or 0xBD535D) is known color: Mandy. HEX triplet: BD, 53 and 5D. RGB value is (189,83,93). Sum of RGB (Red+Green+Blue) = 189+83+93=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD535D is #42ACA2. Grayscale: #737373. Windows color (decimal): -4369571 or 6116285. OLE color: 6116285.

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

Color convert

RGB 189 83 93 -
CMYK 0 0.56 0.51 0.26
HSL 354.34º 0.45% 0.53% -
HSV(B) 354.34º 0.56% 0.74% -
XYZ 26.06 17.8 12.42 -
YUV 115.83 115.12 180.19 -
System Red Green Blue C M Y K H S L
Decimal 189 83 93 0 0.56 0.51 0.26 354.34 0.45 0.53
Hex BD 53 5D 0 38 33 1A 162 2D 35
Octal 275 123 135 0 70 63 32 542 55 65
Binary 10111101 1010011 1011101 0 111000 110011 11010 101100010 101101 110101

Color Harmonies of #BD535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD535D

Black with #BD535D

Text Example


Text Example

White with #BD535D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD535D; }

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

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

background-color css

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

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

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

border-color css

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

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

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