Html Css Color HEX #BF525D Mandy

📋 copy color: '#BF525D'

red 191 ◦ green 82 ◦ blue 93

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

Shades of Mandy #BF525D

Tints of Mandy #BF525D

RGB

 RED value IS 191 (75% from 255) = 52.19%

 GREEN value IS 82 (32.42% from 255) = 22.4%

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

R = 52.19%
G = 22.4%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF525D (or 0xBF525D) is known color: Mandy. HEX triplet: BF, 52 and 5D. RGB value is (191,82,93). Sum of RGB (Red+Green+Blue) = 191+82+93=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF525D is #40ADA2. Grayscale: #737373. Windows color (decimal): -4238755 or 6116031. OLE color: 6116031.

HSL color Cylindrical-coordinate representation of color #BF525D: hue angle of 353.94º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF525D is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 82 93 -
CMYK 0 0.57 0.51 0.25
HSL 353.94º 0.46% 0.54% -
HSV(B) 353.94º 0.57% 0.75% -
XYZ 26.48 17.9 12.42 -
YUV 115.85 115.11 181.61 -
System Red Green Blue C M Y K H S L
Decimal 191 82 93 0 0.57 0.51 0.25 353.94 0.46 0.54
Hex BF 52 5D 0 39 33 19 162 2E 36
Octal 277 122 135 0 71 63 31 542 56 66
Binary 10111111 1010010 1011101 0 111001 110011 11001 101100010 101110 110110

Color Harmonies of #BF525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF525D

Black with #BF525D

Text Example


Text Example

White with #BF525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF525D; }

 p { color: rgb(191,82,93); }

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

background-color css

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

 a { background-color: rgb(191,82,93); }

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

border-color css

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

 span { border-color: rgb(191,82,93); }

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