#BF6342

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

Shades of Flame Pea #BF6342

Tints of Flame Pea #BF6342

Color information

#BF6342 (or 0xBF6342) is unknown color: approx Flame Pea. HEX triplet: BF, 63 and 42. RGB value is (191,99,66). Sum of RGB (Red+Green+Blue) = 191+99+66=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6342 is #409CBD. Grayscale: #7A7A7A. Windows color (decimal): -4234430 or 4350911. OLE color: 4350911.

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

Color convert

RGB1919966-
CMYK00.480.650.25
HSL15.84º49.41%50.39%-
HSV(B)15.84º65.45%74.9%-
XYZ26.9320.397.67-
YUV122.7595.98176.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.65%
GREEN value IS 99 (39.06% from 255) = 27.81%
BLUE value IS 66 (26.17% from 255) = 18.54%
R=53.65%
G=27.81%
B=18.54%

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
Decimal191996600.480.650.2515.8449.4150.39
HexBF63420304119103132
Octal27714310206010131206162
Binary1011111111000111000010011000010000011100110000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6342; }

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

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

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

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

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

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

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

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