#BE6648

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

Shades of Flame Pea #BE6648

Tints of Flame Pea #BE6648

Color information

#BE6648 (or 0xBE6648) is unknown color: approx Flame Pea. HEX triplet: BE, 66 and 48. RGB value is (190,102,72). Sum of RGB (Red+Green+Blue) = 190+102+72=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6648 is #4199B7. Grayscale: #7D7D7D. Windows color (decimal): -4299192 or 4744894. OLE color: 4744894.

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

Color convert

RGB19010272-
CMYK00.460.620.25
HSL15.25º47.58%51.37%-
HSV(B)15.25º62.11%74.51%-
XYZ27.1620.928.74-
YUV124.8998.15174.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 102 (40.23% from 255) = 28.02%
BLUE value IS 72 (28.52% from 255) = 19.78%
R=52.20%
G=28.02%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901027200.460.620.2515.2547.5851.37
HexBE664802E3E19f3033
Octal2761461100567631176063
Binary10111110110011010010000101110111110110011111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6648; }

 p { color: rgb(190,102,72); }

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

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

 a { background-color: rgb(190,102,72); }

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

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

 span { border-color: rgb(190,102,72); }

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