#BF4147

Color #BF4147 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #BF4147

Tints of Brick Red #BF4147

Color information

#BF4147 (or 0xBF4147) is unknown color: approx Brick Red. HEX triplet: BF, 41 and 47. RGB value is (191,65,71). Sum of RGB (Red+Green+Blue) = 191+65+71=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4147 is #40BEB8. Grayscale: #676767. Windows color (decimal): -4243129 or 4669887. OLE color: 4669887.

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

Color convert

RGB1916571-
CMYK00.660.630.25
HSL357.14º49.61%50.2%-
HSV(B)357.14º65.97%74.9%-
XYZ24.5115.317.62-
YUV103.36109.74190.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.41%
GREEN value IS 65 (25.78% from 255) = 19.88%
BLUE value IS 71 (28.12% from 255) = 21.71%
R=58.41%
G=19.88%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191657100.660.630.25357.1449.6150.2
HexBF41470423F191653232
Octal277101107010277315456262
Binary10111111100000110001110100001011111111001101100101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4147; }

 p { color: rgb(191,65,71); }

 H1.HeaderClassName
 {
   color: #BF4147;
 }
 .AnyTagClassName
 {
   color: #BF4147;
 }
</style>
background-color css

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

 a { background-color: rgb(191,65,71); }

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

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

 span { border-color: rgb(191,65,71); }

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