#BF6445

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

Shades of Flame Pea #BF6445

Tints of Flame Pea #BF6445

Color information

#BF6445 (or 0xBF6445) is unknown color: approx Flame Pea. HEX triplet: BF, 64 and 45. RGB value is (191,100,69). Sum of RGB (Red+Green+Blue) = 191+100+69=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6445 is #409BBA. Grayscale: #7B7B7B. Windows color (decimal): -4234171 or 4547775. OLE color: 4547775.

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

Color convert

RGB19110069-
CMYK00.480.640.25
HSL15.25º48.8%50.98%-
HSV(B)15.25º63.87%74.9%-
XYZ27.1220.628.18-
YUV123.6897.15176.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.06%
GREEN value IS 100 (39.45% from 255) = 27.78%
BLUE value IS 69 (27.34% from 255) = 19.17%
R=53.06%
G=27.78%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911006900.480.640.2515.2548.850.98
HexBF64450304019f3133
Octal27714410506010031176163
Binary101111111100100100010101100001000000110011111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6445; }

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

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

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

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

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

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

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

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