#BF6345

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

Shades of Flame Pea #BF6345

Tints of Flame Pea #BF6345

Color information

#BF6345 (or 0xBF6345) is unknown color: approx Flame Pea. HEX triplet: BF, 63 and 45. RGB value is (191,99,69). Sum of RGB (Red+Green+Blue) = 191+99+69=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6345 is #409CBA. Grayscale: #7B7B7B. Windows color (decimal): -4234427 or 4547519. OLE color: 4547519.

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

Color convert

RGB1919969-
CMYK00.480.640.25
HSL14.75º48.8%50.98%-
HSV(B)14.75º63.87%74.9%-
XYZ27.0220.438.15-
YUV123.0997.48176.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.20%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 69 (27.34% from 255) = 19.22%
R=53.20%
G=27.58%
B=19.22%

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
Decimal191996900.480.640.2514.7548.850.98
HexBF63450304019f3133
Octal27714310506010031176163
Binary101111111100011100010101100001000000110011111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6345; }

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

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

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

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

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

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

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

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