#BF4247

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

Shades of Brick Red #BF4247

Tints of Brick Red #BF4247

Color information

#BF4247 (or 0xBF4247) is unknown color: approx Brick Red. HEX triplet: BF, 42 and 47. RGB value is (191,66,71). Sum of RGB (Red+Green+Blue) = 191+66+71=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4247 is #40BDB8. Grayscale: #686868. Windows color (decimal): -4242873 or 4670143. OLE color: 4670143.

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

Color convert

RGB1916671-
CMYK00.650.630.25
HSL357.6º49.41%50.39%-
HSV(B)357.6º65.45%74.9%-
XYZ24.5715.437.64-
YUV103.94109.41190.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.23%
GREEN value IS 66 (26.17% from 255) = 20.12%
BLUE value IS 71 (28.12% from 255) = 21.65%
R=58.23%
G=20.12%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191667100.650.630.25357.649.4150.39
HexBF42470413F191663132
Octal277102107010177315466162
Binary10111111100001010001110100000111111111001101100110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4247; }

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

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

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

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

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

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

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

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