#BF5C42

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

Shades of Flame Pea #BF5C42

Tints of Flame Pea #BF5C42

Color information

#BF5C42 (or 0xBF5C42) is unknown color: approx Flame Pea. HEX triplet: BF, 5C and 42. RGB value is (191,92,66). Sum of RGB (Red+Green+Blue) = 191+92+66=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5C42 is #40A3BD. Grayscale: #767676. Windows color (decimal): -4236222 or 4349119. OLE color: 4349119.

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

Color convert

RGB1919266-
CMYK00.520.650.25
HSL12.48º49.41%50.39%-
HSV(B)12.48º65.45%74.9%-
XYZ26.319.127.46-
YUV118.6498.3179.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.73%
GREEN value IS 92 (36.33% from 255) = 26.36%
BLUE value IS 66 (26.17% from 255) = 18.91%
R=54.73%
G=26.36%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191926600.520.650.2512.4849.4150.39
HexBF5C420344119c3132
Octal27713410206410131146162
Binary101111111011100100001001101001000001110011100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5C42; }

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

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

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

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

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

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

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

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