Html Css Color HEX #BF5762 Mandy

📋 copy color: '#BF5762'

red 191 ◦ green 87 ◦ blue 98

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

Shades of Mandy #BF5762

Tints of Mandy #BF5762

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.14%

 BLUE value IS 98 (38.67% from 255) = 26.06%

R = 50.8%
G = 23.14%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BF5762 (or 0xBF5762) is known color: Mandy. HEX triplet: BF, 57 and 62. RGB value is (191,87,98). Sum of RGB (Red+Green+Blue) = 191+87+98=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5762 is #40A89D. Grayscale: #777777. Windows color (decimal): -4237470 or 6444991. OLE color: 6444991.

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

Color convert

RGB 191 87 98 -
CMYK 0 0.54 0.49 0.25
HSL 353.65º 0.45% 0.55% -
HSV(B) 353.65º 0.54% 0.75% -
XYZ 27.1 18.77 13.75 -
YUV 119.35 115.96 179.11 -
System Red Green Blue C M Y K H S L
Decimal 191 87 98 0 0.54 0.49 0.25 353.65 0.45 0.55
Hex BF 57 62 0 36 31 19 162 2D 37
Octal 277 127 142 0 66 61 31 542 55 67
Binary 10111111 1010111 1100010 0 110110 110001 11001 101100010 101101 110111

Color Harmonies of #BF5762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5762

Black with #BF5762

Text Example


Text Example

White with #BF5762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5762; }

 p { color: rgb(191,87,98); }

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

background-color css

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

 a { background-color: rgb(191,87,98); }

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

border-color css

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

 span { border-color: rgb(191,87,98); }

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