#BF6645

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

Shades of Flame Pea #BF6645

Tints of Flame Pea #BF6645

Color information

#BF6645 (or 0xBF6645) is unknown color: approx Flame Pea. HEX triplet: BF, 66 and 45. RGB value is (191,102,69). Sum of RGB (Red+Green+Blue) = 191+102+69=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6645 is #4099BA. Grayscale: #7D7D7D. Windows color (decimal): -4233659 or 4548287. OLE color: 4548287.

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

Color convert

RGB19110269-
CMYK00.470.640.25
HSL16.23º48.8%50.98%-
HSV(B)16.23º63.87%74.9%-
XYZ27.3121.018.25-
YUV124.8596.49175.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.76%
GREEN value IS 102 (40.23% from 255) = 28.18%
BLUE value IS 69 (27.34% from 255) = 19.06%
R=52.76%
G=28.18%
B=19.06%

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
Decimal1911026900.470.640.2516.2348.850.98
HexBF664502F4019103133
Octal27714610505710031206163
Binary1011111111001101000101010111110000001100110000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6645; }

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

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

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

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

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

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

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

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