#BF6542

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

Shades of Flame Pea #BF6542

Tints of Flame Pea #BF6542

Color information

#BF6542 (or 0xBF6542) is unknown color: approx Flame Pea. HEX triplet: BF, 65 and 42. RGB value is (191,101,66). Sum of RGB (Red+Green+Blue) = 191+101+66=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6542 is #409ABD. Grayscale: #7C7C7C. Windows color (decimal): -4233918 or 4351423. OLE color: 4351423.

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

Color convert

RGB19110166-
CMYK00.470.650.25
HSL16.8º49.41%50.39%-
HSV(B)16.8º65.45%74.9%-
XYZ27.1220.787.74-
YUV123.9295.32175.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.35%
GREEN value IS 101 (39.84% from 255) = 28.21%
BLUE value IS 66 (26.17% from 255) = 18.44%
R=53.35%
G=28.21%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911016600.470.650.2516.849.4150.39
HexBF654202F4119113132
Octal27714510205710131216162
Binary1011111111001011000010010111110000011100110001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6542; }

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

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

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

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

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

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

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

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