Html Css Color HEX #BF464E Mandy

📋 copy color: '#BF464E'

red 191 ◦ green 70 ◦ blue 78

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

Shades of Mandy #BF464E

Tints of Mandy #BF464E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.65%

 BLUE value IS 78 (30.86% from 255) = 23.01%

R = 56.34%
G = 20.65%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF464E (or 0xBF464E) is known color: Mandy. HEX triplet: BF, 46 and 4E. RGB value is (191,70,78). Sum of RGB (Red+Green+Blue) = 191+70+78=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF464E is #40B9B1. Grayscale: #6B6B6B. Windows color (decimal): -4241842 or 5129919. OLE color: 5129919.

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

Color convert

RGB 191 70 78 -
CMYK 0 0.63 0.59 0.25
HSL 356.03º 0.49% 0.51% -
HSV(B) 356.03º 0.63% 0.75% -
XYZ 25.05 16.01 8.98 -
YUV 107.09 111.59 187.85 -
System Red Green Blue C M Y K H S L
Decimal 191 70 78 0 0.63 0.59 0.25 356.03 0.49 0.51
Hex BF 46 4E 0 3F 3B 19 164 31 33
Octal 277 106 116 0 77 73 31 544 61 63
Binary 10111111 1000110 1001110 0 111111 111011 11001 101100100 110001 110011

Color Harmonies of #BF464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF464E

Black with #BF464E

Text Example


Text Example

White with #BF464E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF464E; }

 p { color: rgb(191,70,78); }

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

background-color css

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

 a { background-color: rgb(191,70,78); }

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

border-color css

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

 span { border-color: rgb(191,70,78); }

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