#BF6144

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

Shades of Flame Pea #BF6144

Tints of Flame Pea #BF6144

Color information

#BF6144 (or 0xBF6144) is unknown color: approx Flame Pea. HEX triplet: BF, 61 and 44. RGB value is (191,97,68). Sum of RGB (Red+Green+Blue) = 191+97+68=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6144 is #409EBB. Grayscale: #7A7A7A. Windows color (decimal): -4234940 or 4481471. OLE color: 4481471.

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

Color convert

RGB1919768-
CMYK00.490.640.25
HSL14.15º49%50.78%-
HSV(B)14.15º64.4%74.9%-
XYZ26.820.047.92-
YUV121.897.64177.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.65%
GREEN value IS 97 (38.28% from 255) = 27.25%
BLUE value IS 68 (26.95% from 255) = 19.10%
R=53.65%
G=27.25%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191976800.490.640.2514.154950.78
HexBF61440314019e3133
Octal27714110406110031166163
Binary101111111100001100010001100011000000110011110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6144; }

 p { color: rgb(191,97,68); }

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

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

 a { background-color: rgb(191,97,68); }

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

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

 span { border-color: rgb(191,97,68); }

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