#BF5C45

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

Shades of Flame Pea #BF5C45

Tints of Flame Pea #BF5C45

Color information

#BF5C45 (or 0xBF5C45) is unknown color: approx Flame Pea. HEX triplet: BF, 5C and 45. RGB value is (191,92,69). Sum of RGB (Red+Green+Blue) = 191+92+69=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5C45 is #40A3BA. Grayscale: #777777. Windows color (decimal): -4236219 or 4545727. OLE color: 4545727.

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

Color convert

RGB1919269-
CMYK00.520.640.25
HSL11.31º48.8%50.98%-
HSV(B)11.31º63.87%74.9%-
XYZ26.3919.167.94-
YUV118.9899.8179.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.26%
GREEN value IS 92 (36.33% from 255) = 26.14%
BLUE value IS 69 (27.34% from 255) = 19.60%
R=54.26%
G=26.14%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191926900.520.640.2511.3148.850.98
HexBF5C450344019b3133
Octal27713410506410031136163
Binary101111111011100100010101101001000000110011011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5C45; }

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

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

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

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

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

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

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

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