Html Css Color HEX #BF525B Mandy

📋 copy color: '#BF525B'

red 191 ◦ green 82 ◦ blue 91

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

Shades of Mandy #BF525B

Tints of Mandy #BF525B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25%

R = 52.47%
G = 22.53%
B = 25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF525B (or 0xBF525B) is known color: Mandy. HEX triplet: BF, 52 and 5B. RGB value is (191,82,91). Sum of RGB (Red+Green+Blue) = 191+82+91=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF525B is #40ADA4. Grayscale: #737373. Windows color (decimal): -4238757 or 5984959. OLE color: 5984959.

HSL color Cylindrical-coordinate representation of color #BF525B: hue angle of 355.05º 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 #BF525B is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 82 91 -
CMYK 0 0.57 0.52 0.25
HSL 355.05º 0.46% 0.54% -
HSV(B) 355.05º 0.57% 0.75% -
XYZ 26.39 17.87 11.96 -
YUV 115.62 114.11 181.77 -
System Red Green Blue C M Y K H S L
Decimal 191 82 91 0 0.57 0.52 0.25 355.05 0.46 0.54
Hex BF 52 5B 0 39 34 19 163 2E 36
Octal 277 122 133 0 71 64 31 543 56 66
Binary 10111111 1010010 1011011 0 111001 110100 11001 101100011 101110 110110

Color Harmonies of #BF525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF525B

Black with #BF525B

Text Example


Text Example

White with #BF525B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF525B; }

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

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

background-color css

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

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

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

border-color css

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

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

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