#BF6745

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

Shades of Flame Pea #BF6745

Tints of Flame Pea #BF6745

Color information

#BF6745 (or 0xBF6745) is unknown color: approx Flame Pea. HEX triplet: BF, 67 and 45. RGB value is (191,103,69). Sum of RGB (Red+Green+Blue) = 191+103+69=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6745 is #4098BA. Grayscale: #7D7D7D. Windows color (decimal): -4233403 or 4548543. OLE color: 4548543.

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

Color convert

RGB19110369-
CMYK00.460.640.25
HSL16.72º48.8%50.98%-
HSV(B)16.72º63.87%74.9%-
XYZ27.4121.218.28-
YUV125.4496.15174.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.62%
GREEN value IS 103 (40.62% from 255) = 28.37%
BLUE value IS 69 (27.34% from 255) = 19.01%
R=52.62%
G=28.37%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911036900.460.640.2516.7248.850.98
HexBF674502E4019113133
Octal27714710505610031216163
Binary1011111111001111000101010111010000001100110001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6745; }

 p { color: rgb(191,103,69); }

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

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

 a { background-color: rgb(191,103,69); }

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

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

 span { border-color: rgb(191,103,69); }

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