Html Css Color HEX #BF565C Mandy

📋 copy color: '#BF565C'

red 191 ◦ green 86 ◦ blue 92

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

Shades of Mandy #BF565C

Tints of Mandy #BF565C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.31%

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

R = 51.76%
G = 23.31%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF565C (or 0xBF565C) is known color: Mandy. HEX triplet: BF, 56 and 5C. RGB value is (191,86,92). Sum of RGB (Red+Green+Blue) = 191+86+92=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF565C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF565C is #40A9A3. Grayscale: #767676. Windows color (decimal): -4237732 or 6051519. OLE color: 6051519.

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

Color convert

RGB 191 86 92 -
CMYK 0 0.55 0.52 0.25
HSL 356.57º 0.45% 0.54% -
HSV(B) 356.57º 0.55% 0.75% -
XYZ 26.75 18.5 12.29 -
YUV 118.08 113.29 180.01 -
System Red Green Blue C M Y K H S L
Decimal 191 86 92 0 0.55 0.52 0.25 356.57 0.45 0.54
Hex BF 56 5C 0 37 34 19 165 2D 36
Octal 277 126 134 0 67 64 31 545 55 66
Binary 10111111 1010110 1011100 0 110111 110100 11001 101100101 101101 110110

Color Harmonies of #BF565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF565C

Black with #BF565C

Text Example


Text Example

White with #BF565C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF565C; }

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

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

background-color css

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

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

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

border-color css

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

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

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