Html Css Color HEX #BF5256 Mandy

📋 copy color: '#BF5256'

red 191 ◦ green 82 ◦ blue 86

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

Shades of Mandy #BF5256

Tints of Mandy #BF5256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.96%

R = 53.2%
G = 22.84%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BF5256 (or 0xBF5256) is known color: Mandy. HEX triplet: BF, 52 and 56. RGB value is (191,82,86). Sum of RGB (Red+Green+Blue) = 191+82+86=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5256 is #40ADA9. Grayscale: #737373. Windows color (decimal): -4238762 or 5657279. OLE color: 5657279.

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

Color convert

RGB 191 82 86 -
CMYK 0 0.57 0.55 0.25
HSL 357.8º 0.46% 0.54% -
HSV(B) 357.8º 0.57% 0.75% -
XYZ 26.18 17.78 10.86 -
YUV 115.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 191 82 86 0 0.57 0.55 0.25 357.8 0.46 0.54
Hex BF 52 56 0 39 37 19 166 2E 36
Octal 277 122 126 0 71 67 31 546 56 66
Binary 10111111 1010010 1010110 0 111001 110111 11001 101100110 101110 110110

Color Harmonies of #BF5256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5256

Black with #BF5256

Text Example


Text Example

White with #BF5256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5256; }

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

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

background-color css

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

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

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

border-color css

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

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

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