#BE664E

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

Shades of Flame Pea #BE664E

Tints of Flame Pea #BE664E

Color information

#BE664E (or 0xBE664E) is unknown color: approx Flame Pea. HEX triplet: BE, 66 and 4E. RGB value is (190,102,78). Sum of RGB (Red+Green+Blue) = 190+102+78=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE664E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE664E is #4199B1. Grayscale: #7D7D7D. Windows color (decimal): -4299186 or 5138110. OLE color: 5138110.

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

Color convert

RGB19010278-
CMYK00.460.590.25
HSL12.86º46.28%52.55%-
HSV(B)12.86º58.95%74.51%-
XYZ27.36219.82-
YUV125.58101.15173.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.35%
GREEN value IS 102 (40.23% from 255) = 27.57%
BLUE value IS 78 (30.86% from 255) = 21.08%
R=51.35%
G=27.57%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901027800.460.590.2512.8646.2852.55
HexBE664E02E3B19d2e35
Octal2761461160567331155665
Binary10111110110011010011100101110111011110011101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE664E; }

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

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

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

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

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

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

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

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