#BE664A

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

Shades of Flame Pea #BE664A

Tints of Flame Pea #BE664A

Color information

#BE664A (or 0xBE664A) is unknown color: approx Flame Pea. HEX triplet: BE, 66 and 4A. RGB value is (190,102,74). Sum of RGB (Red+Green+Blue) = 190+102+74=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE664A is #4199B5. Grayscale: #7D7D7D. Windows color (decimal): -4299190 or 4875966. OLE color: 4875966.

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

Color convert

RGB19010274-
CMYK00.460.610.25
HSL14.48º47.15%51.76%-
HSV(B)14.48º61.05%74.51%-
XYZ27.2220.949.09-
YUV125.1299.15174.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.91%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 74 (29.30% from 255) = 20.22%
R=51.91%
G=27.87%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901027400.460.610.2514.4847.1551.76
HexBE664A02E3D19e2f34
Octal2761461120567531165764
Binary10111110110011010010100101110111101110011110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE664A; }

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

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

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

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

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

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

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

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