Html Css Color HEX #BF495B Mandy

📋 copy color: '#BF495B'

red 191 ◦ green 73 ◦ blue 91

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

Shades of Mandy #BF495B

Tints of Mandy #BF495B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.56%

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

R = 53.8%
G = 20.56%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF495B (or 0xBF495B) is known color: Mandy. HEX triplet: BF, 49 and 5B. RGB value is (191,73,91). Sum of RGB (Red+Green+Blue) = 191+73+91=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF495B is #40B6A4. Grayscale: #6E6E6E. Windows color (decimal): -4241061 or 5982655. OLE color: 5982655.

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

Color convert

RGB 191 73 91 -
CMYK 0 0.62 0.52 0.25
HSL 350.85º 0.48% 0.52% -
HSV(B) 350.85º 0.62% 0.75% -
XYZ 25.76 16.6 11.74 -
YUV 110.33 117.09 185.54 -
System Red Green Blue C M Y K H S L
Decimal 191 73 91 0 0.62 0.52 0.25 350.85 0.48 0.52
Hex BF 49 5B 0 3E 34 19 15F 30 34
Octal 277 111 133 0 76 64 31 537 60 64
Binary 10111111 1001001 1011011 0 111110 110100 11001 101011111 110000 110100

Color Harmonies of #BF495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF495B

Black with #BF495B

Text Example


Text Example

White with #BF495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF495B; }

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

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

background-color css

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

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

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

border-color css

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

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

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