Html Css Color HEX #BD535C Mandy

📋 copy color: '#BD535C'

red 189 ◦ green 83 ◦ blue 92

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

Shades of Mandy #BD535C

Tints of Mandy #BD535C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.27%

R = 51.92%
G = 22.8%
B = 25.27%

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

#BD535C (or 0xBD535C) is known color: Mandy. HEX triplet: BD, 53 and 5C. RGB value is (189,83,92). Sum of RGB (Red+Green+Blue) = 189+83+92=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD535C is #42ACA3. Grayscale: #737373. Windows color (decimal): -4369572 or 6050749. OLE color: 6050749.

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

Color convert

RGB 189 83 92 -
CMYK 0 0.56 0.51 0.26
HSL 354.91º 0.45% 0.53% -
HSV(B) 354.91º 0.56% 0.74% -
XYZ 26.01 17.78 12.19 -
YUV 115.72 114.62 180.27 -
System Red Green Blue C M Y K H S L
Decimal 189 83 92 0 0.56 0.51 0.26 354.91 0.45 0.53
Hex BD 53 5C 0 38 33 1A 163 2D 35
Octal 275 123 134 0 70 63 32 543 55 65
Binary 10111101 1010011 1011100 0 111000 110011 11010 101100011 101101 110101

Color Harmonies of #BD535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD535C

Black with #BD535C

Text Example


Text Example

White with #BD535C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD535C; }

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

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

background-color css

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

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

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

border-color css

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

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

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