#BF6249

Color #BF6249 Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #BF6249

Tints of Flame Pea #BF6249

Color information

#BF6249 (or 0xBF6249) is unknown color: approx Flame Pea. HEX triplet: BF, 62 and 49. RGB value is (191,98,73). Sum of RGB (Red+Green+Blue) = 191+98+73=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6249 is #409DB6. Grayscale: #7B7B7B. Windows color (decimal): -4234679 or 4809407. OLE color: 4809407.

HSL color Cylindrical-coordinate representation of color #BF6249: hue angle of 12.71º 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 #BF6249 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB1919873-
CMYK00.490.620.25
HSL12.71º47.97%51.76%-
HSV(B)12.71º61.78%74.9%-
XYZ27.0620.298.79-
YUV122.9699.81176.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.76%
GREEN value IS 98 (38.67% from 255) = 27.07%
BLUE value IS 73 (28.91% from 255) = 20.17%
R=52.76%
G=27.07%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191987300.490.620.2512.7147.9751.76
HexBF62490313E19d3034
Octal2771421110617631156064
Binary10111111110001010010010110001111110110011101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6249; }

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

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

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

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

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

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

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

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