#bf5c48

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

Shades of Flame Pea #BF5C48

Tints of Flame Pea #BF5C48

Color information

#BF5C48 (or 0xBF5C48) is unknown color: approx Flame Pea. HEX triplet: BF, 5C and 48. RGB value is (191,92,72). Sum of RGB (Red+Green+Blue) = 191+92+72=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5C48 is #40A3B7. Grayscale: #777777. Windows color (decimal): -4236216 or 4742335. OLE color: 4742335.

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

Color convert

RGB1919272-
CMYK00.520.620.25
HSL10.08º48.18%51.57%-
HSV(B)10.08º62.3%74.9%-
XYZ26.4819.28.44-
YUV119.32101.3179.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.80%
GREEN value IS 92 (36.33% from 255) = 25.92%
BLUE value IS 72 (28.52% from 255) = 20.28%
R=53.80%
G=25.92%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191927200.520.620.2510.0848.1851.57
HexBF5C480343E19a3034
Octal2771341100647631126064
Binary10111111101110010010000110100111110110011010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf5c48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf5c48; }

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

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

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

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

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

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

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

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