#BF6242

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

Shades of Flame Pea #BF6242

Tints of Flame Pea #BF6242

Color information

#BF6242 (or 0xBF6242) is unknown color: approx Flame Pea. HEX triplet: BF, 62 and 42. RGB value is (191,98,66). Sum of RGB (Red+Green+Blue) = 191+98+66=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6242 is #409DBD. Grayscale: #7A7A7A. Windows color (decimal): -4234686 or 4350655. OLE color: 4350655.

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

Color convert

RGB1919866-
CMYK00.490.650.25
HSL15.36º49.41%50.39%-
HSV(B)15.36º65.45%74.9%-
XYZ26.8420.217.64-
YUV122.1696.31177.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.80%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 66 (26.17% from 255) = 18.59%
R=53.80%
G=27.61%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191986600.490.650.2515.3649.4150.39
HexBF62420314119f3132
Octal27714210206110131176162
Binary101111111100010100001001100011000001110011111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6242; }

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

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

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

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

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

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

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

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