#BF5C3E

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

Shades of Flame Pea #BF5C3E

Tints of Flame Pea #BF5C3E

Color information

#BF5C3E (or 0xBF5C3E) is unknown color: approx Flame Pea. HEX triplet: BF, 5C and 3E. RGB value is (191,92,62). Sum of RGB (Red+Green+Blue) = 191+92+62=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5C3E is #40A3C1. Grayscale: #767676. Windows color (decimal): -4236226 or 4086975. OLE color: 4086975.

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

Color convert

RGB1919262-
CMYK00.520.680.25
HSL13.95º50.99%49.61%-
HSV(B)13.95º67.54%74.9%-
XYZ26.1819.086.86-
YUV118.1896.3179.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.36%
GREEN value IS 92 (36.33% from 255) = 26.67%
BLUE value IS 62 (24.61% from 255) = 17.97%
R=55.36%
G=26.67%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191926200.520.680.2513.9550.9949.61
HexBF5C3E0344419e3332
Octal2771347606410431166362
Binary10111111101110011111001101001000100110011110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5C3E; }

 p { color: rgb(191,92,62); }

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

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

 a { background-color: rgb(191,92,62); }

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

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

 span { border-color: rgb(191,92,62); }

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