#BF6442

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

Shades of Flame Pea #BF6442

Tints of Flame Pea #BF6442

Color information

#BF6442 (or 0xBF6442) is unknown color: approx Flame Pea. HEX triplet: BF, 64 and 42. RGB value is (191,100,66). Sum of RGB (Red+Green+Blue) = 191+100+66=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6442 is #409BBD. Grayscale: #7B7B7B. Windows color (decimal): -4234174 or 4351167. OLE color: 4351167.

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

Color convert

RGB19110066-
CMYK00.480.650.25
HSL16.32º49.41%50.39%-
HSV(B)16.32º65.45%74.9%-
XYZ27.0320.587.7-
YUV123.3395.65176.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.50%
GREEN value IS 100 (39.45% from 255) = 28.01%
BLUE value IS 66 (26.17% from 255) = 18.49%
R=53.50%
G=28.01%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911006600.480.650.2516.3249.4150.39
HexBF64420304119103132
Octal27714410206010131206162
Binary1011111111001001000010011000010000011100110000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6442; }

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

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

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

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

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

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

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

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