#BF6545

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

Shades of Flame Pea #BF6545

Tints of Flame Pea #BF6545

Color information

#BF6545 (or 0xBF6545) is unknown color: approx Flame Pea. HEX triplet: BF, 65 and 45. RGB value is (191,101,69). Sum of RGB (Red+Green+Blue) = 191+101+69=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6545 is #409ABA. Grayscale: #7C7C7C. Windows color (decimal): -4233915 or 4548031. OLE color: 4548031.

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

Color convert

RGB19110169-
CMYK00.470.640.25
HSL15.74º48.8%50.98%-
HSV(B)15.74º63.87%74.9%-
XYZ27.2120.818.21-
YUV124.2696.82175.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.91%
GREEN value IS 101 (39.84% from 255) = 27.98%
BLUE value IS 69 (27.34% from 255) = 19.11%
R=52.91%
G=27.98%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911016900.470.640.2515.7448.850.98
HexBF654502F4019103133
Octal27714510505710031206163
Binary1011111111001011000101010111110000001100110000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6545; }

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

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

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

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

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

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

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

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