#BF6045

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

Shades of Flame Pea #BF6045

Tints of Flame Pea #BF6045

Color information

#BF6045 (or 0xBF6045) is unknown color: approx Flame Pea. HEX triplet: BF, 60 and 45. RGB value is (191,96,69). Sum of RGB (Red+Green+Blue) = 191+96+69=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6045 is #409FBA. Grayscale: #797979. Windows color (decimal): -4235195 or 4546751. OLE color: 4546751.

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

Color convert

RGB1919669-
CMYK00.500.640.25
HSL13.28º48.8%50.98%-
HSV(B)13.28º63.87%74.9%-
XYZ26.7419.878.06-
YUV121.3398.47177.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.65%
GREEN value IS 96 (37.89% from 255) = 26.97%
BLUE value IS 69 (27.34% from 255) = 19.38%
R=53.65%
G=26.97%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191966900.500.640.2513.2848.850.98
HexBF60450324019d3133
Octal27714010506210031156163
Binary101111111100000100010101100101000000110011101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6045; }

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

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

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

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

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

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

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

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